php - Codeigniter vs MVC -


"codeigniter has loose approach mvc" mean other frame works have approach mvc?

codeigniter model view controller framework. mvc, itself, object oriented design pattern.

the mvc pattern fits web applications well. purpose of framework codeigniter handle mechanics of mvc you, can spend time working on functionality of actual application.

you can continue use whatever oop patterns using before , integrate them codeigniter framework. however, using framework add constraints , limitations overall design. you'll need use codeigniter's models, views, , controllers example.

codeigniter provides many utilities , features other aspects of developing application, however, aren't forced use them.

this broad question, broad answer :)


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -