| Article: |
The Dynamic Duo of PEAR::DB and Smarty | |
| Subject: | Good code bad article | |
| Date: | 2003-06-05 08:17:35 | |
| From: | anonymous2 | |
|
Response to: Good code bad article
|
||
| How can one take 4(!) years of php programming without ever taking notice of smarty? You must be sitting in a real dark, dull cave. some people need 20 years for things others do in 5, because they are simply trying to do things they never should... | ||
Showing messages 1 through 1 of 1.




<html>
...
<?include("othe.inc")?>
<?=my_func("params"...)?>
...
<?=$myvar?>
<?include("footer.inc")?>
...