/** * 加载Dao(单例) * * @param string $path 路径 * @return object */ public static function loadDao($path) { return PwLoader::loadDao($path); }
protected function _getDao() { return PwLoader::loadDao($this->path, false); }