News Feed
Jobs Feed
Sections




News Archive
Federico Cargnelutti's Blog:
An Alternative to Zend_Controller The Model
April 14, 2009 @ 08:48:46

Federico Cargnelutti has posted the third part of his series looking at his alternative to the normal Zend_Controller in Zend Framework applications - Zf_Controller. This article focuses on its interface with the model.

The domain layer is separated from the other layers and has no dependencies on Zf_Controller. Adding the domain directory to your include path allows you to load and access Model classes from anywhere within your project.

His code examples show an IndexController extending the Zf_Controller and how a Model can be called from inside it through a getInstance (as long as the model directory is in your path). You can take a look at part one and part two for more information on this alternative component.

0 comments voice your opinion now!
zfcontroller zendcontroller model interface getinstance includepath


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: My Next Foolish Project: A console for CakePHP

DevArticles: Creating the Front End of a Search Engine with AJAX

IBM developerWorks: What's new in PHP V5.3, Part 1: Changes to the object interface

Jani Hartikainen's Blog: Using models as criteria objects for querying the database

Phil Bennett: Do We Need a Framework For That? Or Hurry Up PHP-FIG


Community Events











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


language framework opinion podcast series introduction release development testing zendframework2 database functional phpunit rest unittest usergroup symfony2 community interview conference

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