Is there any way to do JSP style forwarding with PHP? I'm used to being able to create MVC (Model, View, Controler) architecture for web applications. In order to create a PHP-based controler, I would need to be able to forward results from the controler to the pages that present the view.
This is the common way to managing tasks with JSP. Any ideas would be welcome.
Thanks