Just because i got low post it doesn't mean i am noob. Why else would i use the word MVC's (Model, view , Controller) i made my own. Model cares the database and insert, update, select things from the database. The model combines the data from the model and here you can make functions in and tells the view what to do. The view is how it is presented to the people.
i made a mvc once but to optimize it more (to reduce to overhead of a CALL) i put the view inside the model and the model inside the controller
its much more faster that way