fantomel Posted December 1, 2009 Share Posted December 1, 2009 Hello sorry for bordering you with such a stupid question but i can't figure it out. does each controller has his own view or what? can someone explain to me? Link to comment https://forums.phpfreaks.com/topic/183549-php-frameworks/ Share on other sites More sharing options...
Mchl Posted December 1, 2009 Share Posted December 1, 2009 That probably depends on specific network, but in general no. A controller should be independent of views. Link to comment https://forums.phpfreaks.com/topic/183549-php-frameworks/#findComment-968796 Share on other sites More sharing options...
OOP Posted December 5, 2009 Share Posted December 5, 2009 Hi there, As Mchl said, the controller should be independnt of views. Many controllers can display the same view (e.g. comment view like header view). Link to comment https://forums.phpfreaks.com/topic/183549-php-frameworks/#findComment-971752 Share on other sites More sharing options...
sKunKbad Posted December 6, 2009 Share Posted December 6, 2009 Hi there, As Mchl said, the controller should be independnt of views. Many controllers can display the same view (e.g. comment view like header view). Also, one controller can display many views, and nested views (view within a view). Link to comment https://forums.phpfreaks.com/topic/183549-php-frameworks/#findComment-972531 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.