PHP kullanarak kapsamını istemek için nesne / değişkeni nasıl ayarlanır

0 Cevap

Ben java, j2ee geliştirici duyuyorum. Ama PHP lang yeni.

In Java Controller and Jsp , there is provision to add object in request attribute. like this ....

request.setAttribute("Object_key", Object);

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.

0 Cevap