News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Determining if a ZF view helper exists
January 14, 2010 @ 12:07:19

Rob Allen has a quick new post for you Zend Framework users out there on how to detect if a view helper even exists before you try to use it.

If you need to know whether a view helper exists before you call it, one way is to write a simple view helper to tell you. You can then use it in a view script.

The comments mention another way to do it - calling the getHelper method - but that can cause exceptions to be thrown if the helper doesn't exist. You can find more on view helpers in this section of the Zend Framework manual (or here on custom helpers).

0 comments voice your opinion now!
zendframework view helper tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend Framework v1.7.4 Released

IBM developerWorks: Understanding the Zend Framework, Part 3: The feeds

Simon Jodet: Partial mocks with Mockery

PHPit.net: Using globals in PHP

PHPMag.ru: Zend Framework: models auto-loading


Community Events











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


opinion development language zendframework2 example framework functional tool conference interview unittest testing podcast community code release phpunit introduction series application

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