handler class

Ahmed Shreef's Blog: Soap Web Services in PHP & hint on consumin...

PHPDeveloper.org  Wed, 11/03/2010 - 13:57

Ahmed Shreef has a post he's written up about using SOAP services in PHP (specifically in a CakePHP-based application using some Zend Framework libraries) and drops in a helpful hint at the end about getting .NET clients to play nicely with it.


 

Eric Adams' Blog: Implementing the Observer Pattern with SplObse...

PHPDeveloper.org  Wed, 06/30/2010 - 11:43

In a recent post from Eric Adams, he shows how to use the SplObserver and SplSubject components of the Standard PHP Library (SPL) to make an implementation of the observer pattern for more reusable code.


 

Vinu Thomas' Blog: Saving Data into Excel the Easy Way using PHP

PHPDeveloper.org  Thu, 07/02/2009 - 09:18

Vinu Thomas has a new post to his blog looking at using the MS-Excel Stream Handler class to push your data out to Excel (in more than just a CSV file).