To store a value to a Global Variable in Prado you can do;
$this->application->setGlobalState("variable", "value");
and to get it from another page in your application;
$this->application->getGlobalState("variable");
that's it.
Subscribe to:
Post Comments (Atom)
.bmp)
No comments:
Post a Comment