If you still don’t know a lot about classes and objects in PHP, this tutorial will help you get started. In this firat part of a new article series you will learn the basic concepts of classes in PHP5.
Latest Articles
PHP5 Class Basics, Part 1
Friday, September 1st, 2006Book Review: PHP5 Recipes: A Problem-Solution Approach
Thursday, August 24th, 2006In this book review, Dennis Pallett shares his opinion of “PHP5 Recipes: A Problem-Solution Approach“.
Building a simple MVC system with PHP5
Tuesday, August 22nd, 2006In this first ever full-blown PHP5 tutorial on PHPit, Dennis Pallett takes you through the steps of creating a simple MVC system from scratch. Complete source code of the MVC system is included (see the ‘Conclusion’).
Image manipulation with PHP & the GD library, Part 2
Monday, August 14th, 2006In this second part of the article series on PHP’s image functions Dennis Pallett shows you how to resize images on-the-fly and how to dynamically add a watermark to an image. Full demo code included.
Book Review: Mastering phpMyAdmin for Effective MySQL Management
Wednesday, August 9th, 2006Learn more about “Mastering phpMyAdmin for Effective MySQL Management” written by Marc Delisle in this book review by Dennis Pallett.
Image manipulation with PHP & the GD library, Part 1
Tuesday, August 1st, 2006In this first part of a new article series on PHP’s image functions Dennis Pallett will show you how to open, display and save images with the GD library. You will also learn how to build a simple image converter script, with full source included.
Read your e-mail with PHP!
Thursday, July 13th, 2006Ever wanted to build your own web mail interface or auto-responder? In this tutorial Dennis Pallett shows you the basics of reading e-mail with PHP and a POP3 class.
Book Review: Smarty PHP Template Programming and Applications
Monday, July 3rd, 2006In this book review Dennis Pallett takes a closer look at “Smarty PHP Template Programming and Applications” published by Packt Publishing.
Using globals in PHP
Tuesday, June 27th, 2006Dennis Pallett shows you how to properly use globals in this article, where you will learn everything about the global keyword, the Singleton pattern, the Registry pattern and a Request Wrapper.
Creating a PHP Settings Class
Tuesday, June 20th, 2006In this tutorial Dennis Pallett shows you how to create a settings class which can handle multiple formats (PHP, INI, XML and YAML) using PHP and polymorphism.