In 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’).
Latest Articles
Building a simple MVC system with PHP5
Tuesday, August 22nd, 2006Image 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.
Book Review: PHP 5 Objects, Patterns and Practice
Wednesday, June 14th, 2006In this book review Dennis Pallett reviews “PHP 5 Objects, Patterns and Practice” written by Matt Zandstra and published by Apress.
An introduction to Test Driven Development with PHP
Saturday, June 10th, 2006Learn more about Test Driven Development in this article. Dennis Pallett will show you how to apply the principles of Test Driven Development with an example project.