InterviewSolution
Saved Bookmarks
| 1. |
Explain why codeigniter is called as loosely based mvc framework? |
|
Answer» It is called as loosely BASED mvc framework because in codeigniter controller is the necessary but model and view are OPTIONAL. It means we can build a WEBSITE WITHOUT model. |
|