示例#1
0
文件: Model.php 项目: Nessworthy/buan
 /**
  * Returns an instance of the ModelManager that is used to manage Models of
  * $this type.
  *
  * @return \Buan\ModelManager
  */
 function getModelManager()
 {
     return ModelManager::create($this->modelName);
 }