News Feed
Jobs Feed
Sections




News Archive
PHPMag.ru:
Zend Framework models auto-loading
April 03, 2009 @ 10:25:44

From the PHPMag.ru site comes a recent post looking at a technique for creating auto-loading models in your Zend Framework application.

When it comes to MVC, ZF handles almost everything - your action controllers are triggered, your views are loaded, w/o you having to worry about them. Not the same with models. If you comply to directory layout advised by ZF, you have "models" folder, but framework doesn't interact with it in any way.

There's a three step process he includes to make your models autoload - extend the Zend_Controller_action for the controller you're working with, put loadModel() method into the controller (what will actually load the models) and an optional third step of adding in class autoloading. A few alternatives are also mentioned: Zend_Load_PluginLoader, Zend_Load subclassing and a controller plugin.

1 comment voice your opinion now!
model autoload zendframework tutorial loadmodel plugin option


blog comments powered by Disqus

Similar Posts

Pierre\'s Blog: imagepng, take #2

DevShed: Completing an Extensible Website Engine with PHP 5

James Morris' Blog: How to Strip EXIF Data Using Imagick

Lukas Smith's Blog: One thumb up and two down (Zend_Http_Client)

Builderau.com.au: Cache PHP scripts with APC module


Community Events











Don't see your event here?
Let us know!


podcast interview introduction series release database composer code development functional opinion api phpunit framework language zendframework2 community application testing example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework