Quick links: Content - sections - sub sections
EN FR

Table of content

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().