Articles tagged with "sti"

Inheritable Behavior - Missing link of Cake Model

By taylor luk
Object relational mapping is never trivial, in order to to map a relational database to object model. there are multiple area involved, Inheritable Behavior as its name may suggested. It is the missing link in current CakePHP ORM implementation.

Consider this behavior to change, develop test cases before you roll it into your app. :)
[Read more]