示例#1
0
文件: Module.php 项目: hung5s/yap
 public function afterFind()
 {
     if ($this->version == '') {
         $this->version = 'Development';
     }
     $this->installed = true;
     return parent::afterFind();
 }