| Article: |
Simplify Business Logic with PHP DataObjects | |
| Subject: | Already present solution | |
| Date: | 2004-08-06 18:59:00 | |
| From: | Oyku | |
|
PEAR already holds a module named DB::DataObjects Although for demonstration purposes this article serves very well, Pear DatabOject is worth mentioning in the article. Combined with smarty or any other templating kit it is easily possible to creat a homegrown MVC type framework without dealing with database complexities. |
||
Showing messages 1 through 1 of 1.
-
Already present solution
2006-05-27 16:23:09 goa103 [View]
You're probably refering to the DB_DataObject (http://pear.php.net/package/DB_DataObject) PEAR package. About template engines check out the Introducing Smarty: A PHP Template Engine (http://www.onlamp.com/pub/a/php/2002/09/05/smarty.html) ONLamp.com article by Joao Prado Maia. But one of my all time favorite is the Beyond The Template Engine (http://www.sitepoint.com/article/1218) SitePoint article by Brian Lozier.


