
Public Member Functions | |
| loadObject () | |
Static Public Member Functions | |
| static | getInstance () |
Static Protected Attributes | |
| static | $instance = __CLASS__ |
Definition at line 656 of file aliroDatabase.php.
| static joomlaDatabase::getInstance | ( | ) | [static] |
Reimplemented from aliroDatabase.
Definition at line 659 of file aliroDatabase.php.
Referenced by JFactory::getDBO().
00659 { 00660 return is_object(self::$instance) ? self::$instance : (self::$instance = new self::$instance); 00661 }
| joomlaDatabase::loadObject | ( | ) |
Definition at line 663 of file aliroDatabase.php.
00663 { 00664 $object = null; 00665 $this->database->loadObject($object); 00666 return $object; 00667 }
joomlaDatabase::$instance = __CLASS__ [static, protected] |
1.5.5