0
What is the difference between procdeural php and MVC frameworks
I want my code to be neat and clean, I heard that procedural php cannot do the work ? What is the major difference between the two
1 Respuesta
+ 1
mvc = model, view, controller
model = database and data
view = show any thing to user
controller = management view and model
user request send to web server
process request in controller
if this request need data : get data from model
and execute view for show output to user