At the next Sydney PHP Users Group meeting I’ll be doing a talk on the Active Record design pattern. Design patterns are simply a template for how to solve commonly occurring problems. In fact, you’re probably using them now without even knowing it.
The Active Record design pattern allows you to access a database table using CRUD (Create, Retrieve, Update & Delete) without needing to write any database code. How cool is that!!
This site contains my personal ramblings on Linux, PHP, Java, .NET and anything else that I feel is important.