Rich Buggy

...Developer, CTO, Entrepreneur

Active Record design pattern talk

Written by Rich on February 16th, 2007

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!!

You must be logged in to post a comment.