News Feed
Jobs Feed
Sections




News Archive
Bill Karwin's Blog:
ActiveRecord does not suck
May 29, 2008 @ 17:07:50

Bill Karwin (formerly of Zend and the Zend Framework project) has a new post to his blog defending one of the more abused (both in code and in opinions) design patterns, ActiveRecord:

ActiveRecord is fine. It is a tool that does just what it's designed to do. What sucks is when developers try to make it do other things than what it's intended to do.

He cites his work with the Zend_Db component and how Mike Seth gets it right when he says that the pattern shouldn't be "ActiveRecord-View-Controller". He compares the ideas of a true Model in an MVC application with the incorrect ideas that many developers seem to hold.

A Model is a class that provides a logical component of your application domain. Models are products of OO design, which is a development activity I see get very little attention in the developer blogosphere or the developer tools market.

Models can reference one or many (or no) database tables and are not where the hard work is being done. That's saved for the ORM (or ActiveRecord) to do.

0 comments voice your opinion now!
activerecord designpattern modelviewcontroller mvc model orm


blog comments powered by Disqus

Similar Posts

Bill Karwin's Blog: ActiveRecord does not suck

Hasin Hayder's Blog: Using ActiveRecord Library Separately from CodeIgniter

Matthew Weier O'Phinney's Blog: From the inside-out: How to layer decorators

PHPEasy.co.uk: Design Patterns - The Singleton Pattern

ActsAsFlinn Blog: PHP and ActiveRecord (continued)


Community Events











Don't see your event here?
Let us know!


framework functional introduction usergroup zendframework2 release unittest opinion testing community development series database podcast rest conference language interview phpunit symfony2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework