Re: How do Models work in Cake

2006-07-11 Thread John David Anderson
On Jul 11, 2006, at 3:51 PM, [EMAIL PROTECTED] wrote: > > I am not sure I am doing justice to the method since I have not > used it > (yet) myself, but it makes sense. Apparently its a well known method > in other language circles (java) but has not been generaly picked > up by > php peopl

Re: How do Models work in Cake

2006-07-11 Thread Olivier Percebois-Garve
To me "Hierarchical Model View Controler pattern." makes sense. I understand (some) database logic (so objects, ORM etc...) but when I think of a website I think with page-logic (so hierarchy, tree, etc). That's the reason why I made Chameleon, and I guess Ocean had similar motivations for Ocea

Re: How do Models work in Cake

2006-07-11 Thread [EMAIL PROTECTED]
John David Anderson (_psychic_) wrote: > On Jul 10, 2006, at 4:44 PM, [EMAIL PROTECTED] wrote: > > > > > I doing research for a new framework for my project, I came across the > > concept of the Hierarchical Model View Controler pattern. I've only > > found one php framework that claims to suppo

Re: How do Models work in Cake

2006-07-10 Thread John David Anderson (_psychic_)
On Jul 10, 2006, at 4:44 PM, [EMAIL PROTECTED] wrote: > > I doing research for a new framework for my project, I came across the > concept of the Hierarchical Model View Controler pattern. I've only > found one php framework that claims to support this (Claw). It > makes a > whole lot of sen

How do Models work in Cake

2006-07-10 Thread [EMAIL PROTECTED]
I doing research for a new framework for my project, I came across the concept of the Hierarchical Model View Controler pattern. I've only found one php framework that claims to support this (Claw). It makes a whole lot of sense to me and I was wondering if Cake supported this (or could it be ex