Has any body used mvc here? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Has any body used mvc here?

mvc?

28th Apr 2017, 9:15 AM
Harold Peter Ssebetta
Harold Peter Ssebetta - avatar
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.
28th Apr 2017, 9:45 AM
Awele Omeligwe
Awele Omeligwe - avatar
+ 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.
28th Apr 2017, 9:59 AM
Awele Omeligwe
Awele Omeligwe - avatar
+ 4
hey ssebetta, I wrote a code about that, I hope it works for you. https://code.sololearn.com/w8kNO01WKSjs/?ref=app
9th May 2017, 12:36 PM
Hiwa
Hiwa - avatar
+ 2
thanx for the insight @Awele. I am using codeigniter too. I just wanted to try to develop using mvc on this codind platform
28th Apr 2017, 9:52 AM
Harold Peter Ssebetta
Harold Peter Ssebetta - avatar
+ 2
have u tried that?
28th Apr 2017, 9:53 AM
Harold Peter Ssebetta
Harold Peter Ssebetta - avatar
+ 2
Sure @ssebetta 👍, and you can like that too 😁😉
11th May 2017, 5:46 PM
Hiwa
Hiwa - avatar
0
Thanx @Hiva, lemme check it out.
11th May 2017, 4:19 PM
Harold Peter Ssebetta
Harold Peter Ssebetta - avatar