In a recent post to his blog Jeremy Cook has a tutorial about using the Countable interface (part of the SPL) in your objects to make them play nicely with functions like count.
php libraryJeremy Cook's Blog: Using the Countable InterfacePHPDeveloper.org Thu, 01/05/2012 - 14:39
In a recent post to his blog Jeremy Cook has a tutorial about using the Countable interface (part of the SPL) in your objects to make them play nicely with functions like count. Horde Hackathon 2011 part 1 - Horde newsPlanet PHP Mon, 11/21/2011 - 09:11
A few more details about my personal programming projects during the Horde Hackathon 2011 in Boston last weekend. Twitter Bootstrap and the QuickForm2 Callback Renderer - Bertran...Planet PHP Fri, 09/23/2011 - 12:37
I don’t know about you, but for me building html Forms and styling html Forms are maybe the most boring things in web development. That’s why tools like Twitter’s Bootstrap and PEAR’s html_QuickForm2 can help with this part of our job. SitePoint PHP Blog: Simple Object Iterators in PHPPHPDeveloper.org Thu, 04/28/2011 - 11:15
On the SitePoint PHP blog today there's a new post from Craig Buckler looking (quickly) at a handy feature of the Standard PHP Library (SPL) that can help make working with objects and arrays simpler - object iterators. PHP Components: ComponentManager-1.1.3 Released - Stuart HerbertPlanet PHP Wed, 04/27/2011 - 09:02
In my Beyond Frameworks talk, I explained how a component-based architecture can help answer some of the important (i.e. expensive!) questions you might face when creating long-lived apps that rely on a PHP framework. “New SPL Features in PHP 5.3″ Hits php|architect - Matthew T...Planet PHP Tue, 02/01/2011 - 10:50
The January 2011 issue of php|architect Magazine includes an article by me on a subject that I’ve spoken and written about on several occasions now, features of the Standard PHP Library (SPL) introduced in PHP 5.3. DZone.com: Date and time in PHP 5PHPDeveloper.org Wed, 12/01/2010 - 13:58
New on the Web Builder Zone today, there's an article about DateTime in PHP5 from Giorgio Sironi introducing you to this very handy built-in feature. Twitter OAuth - Chris ShiflettPlanet PHP Thu, 09/16/2010 - 11:18
This post is a quick walkthrough of implementing Twitter OAuth, complete with a working demo. Community News: PHP Library Interoperability StandardsPHPDeveloper.org Tue, 11/10/2009 - 15:12
A big topic in the world of PHP recently has been interoperability between libraries. With the release of PHP 5.3 and the introduction of namespaces some discussion of new standards around the use of namespaces to promote the interoperability of autoloader implementations has started. Site News: Popular Posts for the Week of 11.06.2009PHPDeveloper.org Fri, 11/06/2009 - 07:07
Popular posts from PHPDeveloper.org for the past week: |