In How many ways we can use Model in CakePHP
CakePHP is an MVC based framework and facilitates unlimited flexibility. A model in cake PHP is used for the data source and all the logics that require to gather the data. Later we use a Model functions to get these formatted data in Controllers and send them to view using the set function. Here we are going to learn in …
- 1Share