[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/plugins/system/legacy/ -> mainframe.php (summary)

(no description)

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

Defines 1 class

mosMainFrame:: (6 methods):
  __construct()
  mosMainFrame()
  initSession()
  getBasePath()
  setPageTitle()
  getPageTitle()


Class: mosMainFrame  - X-Ref

Legacy class, derive from {@link JApplication} instead

__construct( &$db, $option, $basePath=null, $client=0 )   X-Ref
Class constructor

param: database A database connection object
param: string The url option [DEPRECATED]
param: string The path of the mos directory [DEPRECATED]

mosMainFrame( &$db, $option, $basePath=null, $client=0 )   X-Ref
Class constructor

param: database A database connection object
param: string The url option [DEPRECATED]
param: string The path of the mos directory [DEPRECATED]

initSession( )   X-Ref
Initialises the user session

Old sessions are flushed based on the configuration value for the cookie
lifetime. If an existing session, then the last access time is updated.
If a new session, a session id is generated and a record is created in
the mos_sessions table.

getBasePath( $client=0, $addTrailingSlash=true )   X-Ref
Gets the base path for the client

param: mixed A client identifier
param: boolean True (default) to add traling slash

setPageTitle( $title=null )   X-Ref
Deprecated, use {@link JDocument::setTitle() JDocument->setTitle()} instead or override in your application class


getPageTitle()   X-Ref
Deprecated, use {@link JDocument::getTitle() JDocument->getTitle()} instead or override in your application class




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