News Feed
Jobs Feed
Sections




News Archive
Richard Lord's Blog:
Zend_View helpers in include path
February 08, 2007 @ 07:44:00

In working with the Zend Framework, Richard Lord has come across something a little strange - how Zend_View helpers work if you try to put them outside of the Framework's own helpers folder and try to use them.

All is fine if you place your helpers either within the zend framework's own helpers folder (not a good idea) or within a directory in your site structure. The problem arises if you place the helpers in a folder in the PHP include path and don't know the full path to the folder.

He investigates why this might happen, tracking it down to some include issues despite mimicking the structure the Zend Framework itself recommends. Unfortunately, this still requires knowing the full path to the helper, not the relative. Unfortunately, that's just not what he needs.

So, he set out to find a solution and ended up with two - one that makes a modification to the Zend_View_Abstract class and the other is to extend the Zend_View class with his own custom class handling the pathing to pull the helper in correctly.

0 comments voice your opinion now!
zendframework zendview helper path include problem zendframework zendview helper path include problem


blog comments powered by Disqus

Similar Posts

Zend Framework By Examples: Handling dates and times (Zend_Date)

CodeForest.net: Android JSON-RPC client and PHP Zend Framework server

Rob Allen's Blog: On models in a Zend Framework application

KillerPHP.com: Zend Framework Components Part 2: Zend_View

Douglas Brown's Blog: Popular PHP Frameworks: What’s Your Fav?


Community Events











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


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

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