MVC pattern - any links?
Posted: Tue Nov 15, 2005 4:49 pm
by Ree
If you know any good links where MVC pattern is thoroughly explained (with an example, in PHP preferrably), please post them here, I'd like to check them out.
Posted: Tue Nov 15, 2005 4:55 pm
by sweatje
A couple of my articles in php|architech were on the subject of MVC:
http://www.phparch.com/issue.php?mid=9
http://phparch.com/issuedata/2003/jun/sample.php
Of course, I highly recomend my book on the subject of PHP and Design Patterns:
http://www.phparch.com/shop_product.php?itemid=96, which includes a chapter on MVC as well as many other patterns.
Regards,
Posted: Wed Nov 16, 2005 3:33 am
by staniszczak
Posted: Wed Nov 16, 2005 3:48 am
by Ree
Thanks, great help
