> I do a lot of work with Joomla! so my experience tends to be with it - I'm
> curious on how closely other 'MVC' frameworks adhere to the MVC ideal.
IMO none do and cannot.
The MVC paradigm as described in the much ballyhooed Design Patterns
book p. 5 is that the View just watches the Model for
I do a lot of work with Joomla! so my experience tends to be with it -
I'm curious on how closely other 'MVC' frameworks adhere to the MVC ideal.
Just to recap: MVC means separating code into 3 broad categories:
Models: Implement the actual program logic. Retrieve records from the
database, up