MVC question
Posted: Tue Dec 27, 2005 7:30 pm
hi,
been reading this article: http://www.phppatterns.com/docs/design/ ... er_pattern
and looking at the example between the ProductView and ProductController classes, I am not convinced why there is the need to create the ProductController class extending the ProductView class, only because of the modified constructor.
been reading this article: http://www.phppatterns.com/docs/design/ ... er_pattern
and looking at the example between the ProductView and ProductController classes, I am not convinced why there is the need to create the ProductController class extending the ProductView class, only because of the modified constructor.