We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
The Dynamic Duo of PEAR::DB and Smarty
|
| Subject: |
|
Good code bad article |
| Date: |
|
2003-10-19 15:16:30 |
| From: |
|
anonymous2
|
Response to: Good code bad article
|
well, could any one tell me what for i need this smarty if i alrady have php? what can give smarty to me except caching? why i must learn other scripting language if i could call some thing like this :
<html>
...
<?include("othe.inc")?>
<?=my_func("params"...)?>
...
<?=$myvar?>
<?include("footer.inc")?>
...
|