Featured Post:

Object Oriented PHP - Building A Url Shortener

Many of us who developed the habit of writing functions and procedural code (blame it on the high-school C courses) with PHP4 will need to switch to the OOP paradigm with PHP5. For me, its just another way to organize the same functions and procedures. Lets try to build a url shortener using something similar to the Factory pattern.(Read More...)

1 posts in this category