What this function does is allow you to change the default behaviour when outputting an object instance. http://www.talkphp.com/advanced-php-programming/1117-magic-function-__...
Sometimes, when working on complex projects, you may need to store files on different servers. http://blog.dta.ro/2007/09/26/ftp-admin-with-log-via-php/
This particular pattern provides a method for limiting the number of instances of an object to just one. http://www.talkphp.com/advanced-php-programming/1304-how-use-singleton...
This tutorial describes what to do in order to be able to instantiate controllers in the Zend Framework http://www.prodevtips.com/2007/10/15/marrying-the-zend-framework-and-h...
Its usually easier to learn from example, so heres a basic interface that represents a Page. http://www.talkphp.com/advanced-php-programming/1446-working-interface...
Within this article, we will be taking a closer inspection of exceptions, as requested by the lovely Haris. http://www.talkphp.com/tips-tricks/1478-using-exceptions-provide-bette...
The way i visualize this is to think that i am entering into an agreement between me and PHP. http://www.talkphp.com/advanced-php-programming/1519-abstract-classes....
This class will display the results of any MySQL table including all the fields and rows. http://www.talkphp.com/advanced-php-programming/1660-advance-paginatio...
This tutorial is aimed at an audience unfamiliar with the basic concepts of object-oriented programming (OOP). http://nicetutz.blogspot.com/2008/02/basics-of-object-oriented-program...