DEV Community

Discussion on: PHP MVC

Collapse
 
emanuelhfarias profile image
Emanuel H. Farias

I suggest you to take a look at MINI. It is a very simple example of application using MVC concepts. It does not uses any framework. Study the code, it's very simple to read.

Start small, build some CRUD applications.

After you get use to MVC concepts. Try some micro-frameworks, like Lumen. It gives you Routes, Authentication, Database and many more features.

Collapse
 
thallesrangel profile image
Thallesrangel

Yes, it's better way.

Collapse
 
idimaimuna profile image
M__

I'll try looking at that. Thank you