+ 2
Has any body used mvc here?
mvc?
7 Answers
+ 33
The Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the model, the view, and the controller. Each of these components are built to handle specific development aspects of an application. MVC is one of the most frequently used industry-standard web development framework to create scalable and extensible projects.
Model.
As for types of MVC. there are many.types and flavours of MVC, though in PHP, I use Codeigniter , Laravel and Spring but I.prefer Laravel.
+ 28
Yes I have tried Codeigniter , It is a good PHP web framework but it is better in HMVC through modules other flavours that Bonfire NOCMS and others CMS built their framework with codeigniter with in the inclusion of bootstrap JS and plugins or modules like user authentication and register plugins.with admin panel as a jump start for those that understand Codeigniter but knows how to use CMS.
+ 4
hey ssebetta, I wrote a code about that, I hope it works for you.
https://code.sololearn.com/w8kNO01WKSjs/?ref=app
+ 2
thanx for the insight @Awele. I am using codeigniter too. I just wanted to try to develop using mvc on this codind platform
+ 2
have u tried that?
+ 2
Sure @ssebetta đ, and you can like that too đđ
0
Thanx @Hiva, lemme check it out.