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