Continues a previous session or creates a new session. Equivalent to the
PHP session_start() function.
Returns true
_validate( restart : boolean=false ) : boolean
Validates the session. If the session has exceeded the maximum expiry time, the session
state will be changed to expired. Checks the client address and client browser match the
security array, if they are defined in the security array.
Parameters [restart] Restart the session if the session state is not active
Returns true if the session is valid
JRoute
static, extends JObject
Handles internal URIs.
Methods
static _( url : string, xhtml : boolean=true , ssl : int=0 ) : string
Converts a URI into a Search Engine-Friendly (SEF) URI. This method should be used for
all internal URIs. No processing will be performed if we are in the administrative area.
xhtml determines if ampersands should be encoded as HTML special character &.
Parameters url URI to convert
xhtml Make URI XHTML standard
ssl URI is SSL
Returns Converted URI
JMenu
extends JObject
Handles menus and menu items.
Pages:
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606