|
Documentation Framework API Reference
|
Previous: Session Variables
Next: Basic Database Commands
Global Variables
A global variable is one that exists from the beginning to the end of a server request. Once the HTML has been delivered to the browser, the globals are all gone. If you need to store variables that are persistent from request to request, consider using Context Variables. You can set a Global Variable with vgaSet and retrieve it with vgaGet. These values can be any valid PHP type. The framework uses the corresponding functions vgfSet and vgfGet.
Table of ContentsvgaGetvgaSet vgfGet vgfSet
Previous: Session Variables
Next: Basic Database Commands
|
