Log in

View Full Version : Controller class in MVC MVC



priya.mehta111
05-02-2010, 06:41 PM
hi i want to develop an mvc which have the base controller class, can any one tell me what functions a mvc class consisting in it, even i gone thorugh some tutorials, they are good but do not explore the proper meaning of basecontroller class and how to use this base controller class with the inherit class

katierosy
05-04-2010, 06:55 AM
You may see this site:
http://phpro.org/tutorials/Model-View-Controller-MVC.html

and also http://sevenkevins.com/ (requires php v6 or v5.3 to test on server)

You may be able to get help to have a clear idea on MVC pattern.