MVC pattern - any links?
Moderator: General Moderators
MVC pattern - any links?
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.
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,
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,
- Buddha443556
- Forum Regular
- Posts: 873
- Joined: Fri Mar 19, 2004 1:51 pm
PHP:
Understanding MVC in PHP
Implementing MVC in PHP: The Controller
OTHER:
A Fusebox Implementation of the Model-View-Controller Design Pattern
Chapter 13. Web MVC framework
Applications Programming in Smalltalk-80(TM):
How to use Model-View-Controller (MVC)
A Description of the Model-View-Controller User Interface Paradigm in the Smalltalk-80 System (PDF)
Outline of Model-View-Controller paradigm as expressed in the Java libraries
Building Graphical User Interfaces with the MVC Pattern
Enforcing Strict ModelView
Separation in Template Engines (PDF)
Understanding MVC in PHP
Implementing MVC in PHP: The Controller
OTHER:
A Fusebox Implementation of the Model-View-Controller Design Pattern
Chapter 13. Web MVC framework
Applications Programming in Smalltalk-80(TM):
How to use Model-View-Controller (MVC)
A Description of the Model-View-Controller User Interface Paradigm in the Smalltalk-80 System (PDF)
Outline of Model-View-Controller paradigm as expressed in the Java libraries
Building Graphical User Interfaces with the MVC Pattern
Enforcing Strict ModelView
Separation in Template Engines (PDF)
- staniszczak
- Forum Newbie
- Posts: 13
- Joined: Wed Oct 05, 2005 1:39 pm
- Location: Radomsko, Poland
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
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