Classes and Objects in PHP
In the first article from the series, we introduce classes, and show how they can easily be used to create libraries of code that can be used in a range of different projects. The article also introduces a simple class to make it easier to work with times and dates, and can easily be adapted to be used in your own projects.