芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/www/resupres/dddse/modules/database/classes/Kohana/Model/Database.php
_db = $db; } elseif ( ! $this->_db) { // Use the default name $this->_db = Database::$default; } if (is_string($this->_db)) { // Load the database $this->_db = Database::instance($this->_db); } } } // End Model