Jelix 1.5.7
Chapter: Useful global objects
« Dive into configuration | ^ Advanced development | Using cache » |
Switch to language: FR
In previous version of Jelix (<= 1.3), there were some global variables created by Jelix.
$gJConfig ¶
This object allowed you to access to the configuration of the application. You must now call jApp::config()
instead.
$gJCoord ¶
The $gJCoord was the instance of the jCoordinator
class, created in the entry point. You must now call jApp::coord()
.