API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
mosMainFrame::__construct | ( | &$ | db, |
$ | option, | ||
$ | basePath = null , |
||
$ | client = 0 |
||
) |
mosMainFrame::getBasePath | ( | $ | client = 0 , |
$ | addTrailingSlash = true |
||
) |
Gets the base path for the client
mixed | A client identifier |
boolean | True (default) to add traling slash |
Réimplémentée à partir de JApplication.
Références $client, et mosPathName().
mosMainFrame::getPageTitle | ( | ) |
Deprecated, use JDocument->getTitle() instead or override in your application class
Réimplémentée à partir de JApplication.
Références $document, et JFactory::getDocument().
mosMainFrame::initSession | ( | ) |
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.
mosMainFrame::mosMainFrame | ( | &$ | db, |
$ | option, | ||
$ | basePath = null , |
||
$ | client = 0 |
||
) |
mosMainFrame::setPageTitle | ( | $ | title = null | ) |
Deprecated, use JDocument->setTitle() instead or override in your application class
Réimplémentée à partir de JApplication.
Références $document, $title, et JFactory::getDocument().