Posts tagged as 'Zend Framework'
New Wishlist site
I’ve been posting a lot about the Zend Framework recently. That’s because I’ve been using it in building a new version of my wishlist site. The new site is called One Wishlist and is at onewishlist.net…
Posted on 22 February 2007 | no comments | continue reading
Managing 404 errors in the Zend Framework
In the Zend Framework there’s no obvious way to deal with all page not found errors in one place, including instances where the controller doesn’t exist and where the action doesn’t exist. In this post I show the code for a Zend Framework plug-in to handle all 404 errors in one place only, automatically displaying the 404 error page if the Controller or Action aren’t defined…
Posted on 16 February 2007 | 15 comments | continue reading
Zend_View helpers in include path
I’m using the Zend Framework at the moment and came across a problem with creating custom helpers for the Zend_View class. 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.
Posted on 8 February 2007 | 2 comments | continue reading
Why I like the Zend Framework
I’ve been researching the Zend Framework for PHP in relation to a project I’m working on and I have to say I’m now a fan of it. There’s lots to like about it, and some to dislike about it too…
Posted on 6 February 2007 | 2 comments | continue reading
