芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/libraries/joomla/base/adapterinstance.php
setProperties($options); // Set the parent and db in case $options for some reason overrides it. $this->parent = &$parent; // Pull in the global dbo in case something happened to it. $this->db = &$db ? $db : JFactory::getDBO(); } /** * Retrieves the parent object * * @return object parent * @since 11.1 */ public function getParent() { return $this->parent; } }