Methods
static &getACL( ) : JAuthorization
Gets the global authorization object. If the authorization object does not exist it will
be created.
Returns Global authorization object
static &getCache( group : string='', handler : string='callback',
storage : string=null ) : JCache
Gets the global cache object. If the cache object does not exist it will be created. group is the
group to which the cache belongs. handler is the handler to use; this can be callback,
output, page, or view. storage is the storage mechanism to use; this can be apc,
eaccelerator, file, memcache, or xcache. In most instances, it will not be necessary
to define handler or storage.
Parameters [group] Cache group
[handler] Handler type
[storage] Storage type
Returns Global cache object
static &getConfig( file : string=null, type : string='PHP' ) : JRegistry
Gets the global configuration object. If the object does not exist, it will be created. file is
the path, including the name, of the configuration file. type is the format of configuration
file; this currently has no effect.
Pages:
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593