On the TechFounder blog, Eran Galperin has taken a look at object-oriented templating in PHP applications, comparing the older search and replace method with the inclusion of PHP-based templates.
galperinEran Galperin's Blog: OO PHP TemplatingPHPDeveloper.org Tue, 11/18/2008 - 13:05
On the TechFounder blog, Eran Galperin has taken a look at object-oriented templating in PHP applications, comparing the older search and replace method with the inclusion of PHP-based templates. Christoph Dorn's Blog: Profiling queries with Zend_Db_Profiler_F...PHPDeveloper.org Wed, 10/15/2008 - 08:46
Christoph Dorn has posted a modification to this post from Eran Galperin about profiling your SQL scripts with the Zend_Db component from the Zend Framework. Eran Galperin's Blog: Profiling queries with Zend_Db and optimiz...PHPDeveloper.org Mon, 10/13/2008 - 10:29
Eran Galperin has a new post today that talks about profiling your database queries for optimum efficiency with the help of a component from the Zend Framework, the Zend_Db_Profiler. Eran Galperin's Blog: Common misconceptions in web application d...PHPDeveloper.org Mon, 07/21/2008 - 09:37
Eran Galperin has a few misconceptions in web development posted to his blog today (for both front and back-end development). Here's his list: Site News: Popular Posts for the Week of 07.18.2008PHPDeveloper.org Fri, 07/18/2008 - 07:05
Popular posts from PHPDeveloper.org for the past week: Eran Galperin's Blog: Passing arrays to Zend_Controller_RouterPHPDeveloper.org Tue, 07/01/2008 - 09:31
Eran Galperin has posted a few hacks you can use for the Zend Framework's Router system to make passing arrays easy and integrated. |