Re: [nyphp-talk] MVC In practice

2013-11-16 Thread Michael B Allen
> 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

[nyphp-talk] MVC In practice

2013-11-05 Thread Gary A. Mort
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