Matthew Turland has ammended a previous technique he suggested about using a centralized set of plugin loaders for Zend_Form elements (part of the Zend Framework ) because of an issue it can cause with the Zend_Loader_Plugin .
The bug entails Zend_Loader_PluginLoader allowing multiple instances of the same path to be added per prefix.
This becomes an issue because of how Zend_Form handles adding subforms. [...] If both the form and subform are using the same...
Giorgio Sironi's Blog: Practical PHP Patterns
Starting off a new series on his blog Giorgio Sironi has posted two new tutorials looking at PHP design patterns - specifically the Abstract Factory and Builder patterns. [This series...
Odafe Ojenikoh's Blog: Interactive PHP CLI...
Odafe Ojenikoh has submitted a post he's written up showing how to create a command line PHP application with the help of the Zend Framework and it's Zend_Form elements. Over the weekend,...
Rob Allen's Blog: One-to-Many Joins with...
Rob Allen has a tip for the Zend Framework users out there using the Zend_Db module to connect to their database resources - how to do a one to many join with the help of...
Post new comment