Oct
31
2008
ActiveRecord design pattern in PHP
[lang_en]ActiveRecord is a design pattern that allows direct relational-database-record to object mapping, which comes in handy when you are writing a web application in PHP5 using OOP. In the nex few lines we will be covering why is that good and some problems and pitfalls in PHP that come along with this.
[/lang_en] Continue reading

