php library

Jeremy Cook's Blog: Using the Countable Interface

PHPDeveloper.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 news

Planet 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.

There's also some insight into how timezones work in Horde and a new PHP library for timezone support that might be interesting for other projects too.


 

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.

It’s repetitive and takes a lot of time to do things correctly.

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 PHP

PHPDeveloper.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 Herbert

Planet 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.

In this series of blog posts, I’m going to look at how to go about creating and working with components.


 

“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 5

PHPDeveloper.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 Shiflett

Planet 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 Standards

PHPDeveloper.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.