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 554 | Next

James Kennard

"Mastering Joomla! 1.5 Extension and Framework Development"

The configuration file must define the class JConfig.
Parameters file Path to configuration file
Returns JConfig configuration object
Appendix
[ 407 ]
&_createRouter( ) : JRouter
Gets the application router. If the application router does not exist, it is created.
Returns Application router
&_createSession( name : string ) : JTableSession
If a session does not exist, creates a session and adds it to the #__session table. If a
session already exists, updates the session expiry time.
Parameters name Session name
Returns Session JTable object
JURI
extends JObject
Handles URIs
Properties
_fragment : string URI fragment (internal document location)
_host : string Host
_pass : string URI Password (not the Joomla! user's password)
_path : string Path
_port : int Port number
_query : string GET query
_scheme : string URI scheme (e.g. http)
_uri : string URI
_user : string URI Username (not the Joomla! user's username)
_vars : array GET query, associative array
Constructors
__construct( uri : string=null ) : JURI
Builds a new JURI object.


Pages:
542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566