SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 583 | Next

James Kennard

"Mastering Joomla! 1.5 Extension and Framework Development"


Returns Global mail object
static &getSession( options : array=array() ) : JSession
Gets the global session object. If the session does not exist it will be created. The options
associative array is the options to pass on to the session storage handler; this only needs to
be specified the first time the method is executed.
Parameters [options] Options to pass to the session storage handler
Returns Global session object
static &getTemaplate( ) : JTemplate
Gets the global template object. If the template object does not exist it will be created.
Returns Global template object
static &getURI( uri : string='SERVER' ) : JURI
Gets a global instance of the specified JURI object. If uri is not specified, the requested URI
will be used.
Parameters [uri] URI
Returns A global JURI object.
Appendix
[ 430 ]
static &getUser( ) : JUser
Gets the current user object.
Returns Global user object
static &getXMLParser( type : string='DOM', options : array=array() ) :
object
Creates a new XML Parser object. Supported types are RSS, Atom, Simple, and DOM;
if an unrecognized type is provided, a DOM XML parser will be created.


Pages:
571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595