MVC pattern - any links?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Ree
Forum Regular
Posts: 592
Joined: Fri Jun 10, 2005 1:43 am
Location: LT

MVC pattern - any links?

Post 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.
User avatar
sweatje
Forum Contributor
Posts: 277
Joined: Wed Jun 29, 2005 10:04 pm
Location: Iowa, USA

Post 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,
User avatar
staniszczak
Forum Newbie
Posts: 13
Joined: Wed Oct 05, 2005 1:39 pm
Location: Radomsko, Poland

Post 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
Ree
Forum Regular
Posts: 592
Joined: Fri Jun 10, 2005 1:43 am
Location: LT

Post by Ree »

Thanks, great help ;)
Post Reply