Karol Grecki wrote: > Hi Rob, > > Applications tend to evolve, often beyond what you expected.
Of course. > Creating a proper model that is decoupled from a database is not that much > effort. > And it may benefit you greatly if you're building non trivial application > Strikes me as a case of YAGNI. If at some point in the future you need your press-releases model to start supporting SOAP, then that's the time to refactor. I was mainly commenting on the blanket comment by Bill that using Active Record (i.e. Zend_Db_Table / Zend_Db_Table_Row with business logic in it) is a bad idea. Regards, Rob...
