JFactory/1.5
From Joomla! Documentation
[Edit Descripton] JFactory provides a simple means of organising the main singleton objects required by the Joomla Framework.
Defined in
libraries/joomla/factory.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| _createACL | Create an ACL object. |
| _createConfig | Create a configuration object. |
| _createDBO | Create an database object. |
| _createDocument | Create a document object. |
| _createLanguage | Create a language object. |
| _createMailer | Create a mailer object. |
| _createSession | Create a session object. |
| _createTemplate | Create a template object. |
| getACL | Get an authorization object. |
| getApplication | Get a application object. |
| getCache | Get a cache object. |
| getConfig | Get a configuration object. |
| getDate | Return a reference to the object. |
| getDBO | Get a database object. |
| getDocument | Get a document object. |
| getEditor | Get an editor object. |
| getLanguage | Get a language object. |
| getMailer | Get a mailer object. |
| getSession | Get a session object. |
| getTemplate | Get a template object. |
| getURI | Return a reference to the object. |
| getUser | Get an user object. |
| getXMLParser | Get an XML document. |
Importing
jimport( 'joomla.factory' );
See also
[Edit See Also] SeeAlso:JFactory
Examples
<CodeExamplesForm />
This example was originally contributed by User:Bembelimen