GeekArticles
Web Programming
PHP
Web Programming
PHPThe Dynamic Duo of PEAR::DB and Smarty
by Joao Prado Maia 04/17/2003 Our Goals Total separation of business and template logic is an often-sought goal in advanced web application development. Many times, PHP leads to a compromise. Some code sets implement features by embedding markup in the business logic. Others put business logic in the template side. While this was true even for my own software development, recently I came to the conclusion that it didn't need to be that way. By simple trial and error, developing new...n
Sponsored Links
Read Next: Apache Web-Serving with Mac OS X, Part 4
Related Topics
