Zendframeworkinaction - zendframeworkinaction.com - Rob Allen's DevNotes
General Information:
Latest News:
Shahar Evron: Generating ZF Autoloader Classmaps with Phing 22 Feb 2012 | 04:50 am
Shahar has posted a new article about how to generate ZF2 autoloader classmaps with phing. As the ZF2 classmap autoloader is quicker than the standard autoloader, this can be a benefit in production, ...
Florian Eibeck: Zend Framework application.ini cheat sheet 2 Feb 2012 | 12:06 am
Florian Eibeck has put up a Zend Framework 1 application.ini file on GitHub that lists every configuration option available for Zend_Application and associated bootstrap resources. Very useful. Thank...
Evan Coury: Keeping a clean GitHub fork – Part 1 5 Dec 2011 | 10:19 pm
Evan has posted the first of a series of articles on his blog about using git and github successfully: Let’s face it, nobody likes a dirty fork. In this series, I’ll show you some of the tricks I’ve ...
ZF2 no longer requires a CLA to contribute 11 Nov 2011 | 12:01 pm
In #zf2 news, effective immediately, we no longer require a CLA for #zf2 contributions. Let the pull requests flow! – @weierophinney Matthew Weir O’Phinney has announced that contributors to Zend Fra...
Remi Woler: The 10 rules to get support through IRC 19 Sep 2011 | 08:48 pm
Remi Woler has posted a useful article on getting support via IRC. Zend Framework has the #zftalk irc channel and I strongly recommend going through his points. I especially liked point 4: Ask a com...
Bradley Holt: The Case For Rapid Release Cycles 9 Aug 2011 | 06:56 pm
Bradley Holt has posted an interesting article on why rapid release cycles are a good idea for Zend Framework major versions. For a framework (and maybe for other software), I think the following rul...
Robert Basic: Grouping Zend Framework controllers in subdirectories 9 Jul 2011 | 08:58 pm
A few months ago, Robert Basic wrote about this handy organisational tip: Thanks to a discussion on the Zend Framework mailing list I learned about a new feature, a feature that allows for grouping a...
Enrise: Using MemCacheQ as a Message Queue 10 Jan 2011 | 08:45 pm
Tim de Pater of Enrise has written a new article on how to integrate MemCacheQ with Zend Framework application using Zend_Queue_Adapter_Memcacheq component: For www.nd.nl (a Dutch newspaper) we wante...
David Papadogiannakis: HTML5 Zend Framework form elements 16 Dec 2010 | 01:32 am
David Papadogiannakis has posted a new article on the new features for forms with HTML5 and how it applies to Zend Framework’s Zend_Form component. HTML4 had a few different input elements that could...
Ralph Schindler: Composite Rowsets For Many-To-Many Relationships Via Zend_Db_Table 16 Nov 2010 | 08:49 pm
Ralph has just posted an excellent article on how many to many relationships work with Zend_Db_Table: Basically, I’ve created a single class that effectively take the place of Zend_Db_Table_Row::find...