[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/administrator/includes/ -> application.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: application.php 14401 2010-01-26 14:10:00Z louis $
File Size: 293 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JAdministrator:: (10 methods):
  __construct()
  initialise()
  route()
  getRouter()
  dispatch()
  render()
  login()
  getTemplate()
  purgeMessages()
  getSiteURL()


Class: JAdministrator  - X-Ref

Joomla! Application class

Provide many supporting API functions

__construct($config = array()   X-Ref
Class constructor

param: array An optional associative array of configuration settings.

initialise($options = array()   X-Ref
Initialise the application.

param: array An optional associative array of configuration settings.

route()   X-Ref
Route the application


getRouter()   X-Ref
Return a reference to the JRouter object.

return: JRouter.

dispatch($component)   X-Ref
Dispatch the application


render()   X-Ref
Display the application.


login($credentials, $options = array()   X-Ref
Login authentication function

param: array     Array( 'username' => string, 'password' => string )
param: array     Array( 'remember' => boolean )

getTemplate()   X-Ref
Get the template

return: string The template name

purgeMessages()   X-Ref
Purge the jos_messages table of old messages

static method

getSiteURL()   X-Ref
Deprecated, use JURI::root() instead.




Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1