codeigniter - is it neccessary to have a controller for every model while using mvc -


i new mvc. please tell me necessary have controller every model, or can use single controller more 1 models. answers highly appreciated. in advance.

you can load number of model in 1 controller or model can loaded in multiple controller. codeigniter not following convention , hence can use want.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -