Page 1 of 1

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: Tue Nov 15, 2005 5:58 pm
by Buddha443556

Posted: Wed Nov 16, 2005 3:33 am
by staniszczak
PHP:
http://www.phppatterns.com/docs/design/ ... n_patterns

Others:
http://msdn.microsoft.com/practices/typ ... se/DesMVC/

and look at source and documentation of Struts http://struts.apache.org/
and my MVC (non strict;-) framework: http://sourceforge.net/projects/webframework/

Best regards,
Marcin Staniszczak

Posted: Wed Nov 16, 2005 3:48 am
by Ree
Thanks, great help ;)