The real reason I'm asking is because I want to design a PHP app that uses a
similar framework to a current Java/JSP app I'm developing, and I will need
to use a controller php file that forwards the request and response objects
it receives to another php.

Java Servlets do this nicely because instead of parsing through all of the
arguments in the request object, and then going to the next servlet, it just
punches the whole request object to the next servlet.

Like I said, the only reason I would need them is to align with my current
framework. But I will probably just design a different framework for my PHP
apps.

Thanks, though...

-L




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to