[PHP]Conventional v/s Configurable
ravimanephpmysql Types of MVC: Conventional v/s Configurable Now a days all the applications are being created using the MVC architecture, as it a most powerful and successful way to develop the application. In this article we will see comparison of different types of MVC architecture we have, which are as below: Convention Based MVC Configuration Based MVC Types of MVC Architecture Convention Based MVC As the name suggest, in this type of MVC we need to follow some predefined conventions in order to have it in working mode. This conventions are different from frameworks to frameworks. There are numbers of frameworks out there which follows convention based approach. Some of those frameworks are as below: CakePHP Codeigniter YUI Kohana In this article we will see convention approach of the Codeigniter, we will see what types of convention are...