Question about building own (PHP) MVC framework

krazygirl101

New Member
At this time I want to build a MVC framework. Everything is going fine but now I got a problem between controller and view. Hope you can help me.My MVC is not so different from MVC, it uses the same concept, but technically I got an issue. The question is: how to take data from the controller once the view is loaded?Bear in mind that in views you don't use globals or something like, every parameter (like DB reply, etc) must be passed to the view and the view uses it directly (like... for example, CodeIgniter).I don't know how to say it better, I'm sorry if you don't understand me. But hope you can!
 
Back
Top