How to set object /variable to request scope using PHP

I am java, j2ee developer. But new to PHP lang.In Java Controller and Jsp , there is provision to add object in request attribute. like this ....\[code\]request.setAttribute("Object_key", Object);\[/code\]Is there is such kind of provision in PHP, which add object/Variable in request.So these objects/Variables are available to next view page.Thanks
 
Back
Top