model view controller - How do you use the MVC paradigm in PHP with ADODB as your DAL? -
model view controller - How do you use the MVC paradigm in PHP with ADODB as your DAL? - no orm. know have php 5+ , adodb. two, how can utilize mvc? cannot utilize other frameworks , i"m not asking build scratch (i want learn!). how start off here? know how mix things incorrectly classic asp style. don't know how do, on very basic level mvc. had model adodb , sql, how go "model" view? or how phone call controller since don't have orm call? can give me concrete? hoping basis of future cms. thanks there nil magical mvc. it's purpose split user interface interaction 3 distinct roles. of import separation between model , presentation layer. presentation layer consists of controller (handles , delegates request ui model) , view (renders model data). your model core application. layered itself, instance info access layer (your adodb stuff), domain model , service layer. how organize model application want build. of import thing m...