示例#1
0
 public function GetNameSpace()
 {
     return $this->relative_module->GetNameSpace() . "\\controllers";
 }
示例#2
0
文件: model.php 项目: dariushha/zinux
 public function GetNameSpace()
 {
     return $this->relative_module->GetNameSpace() . "\\models";
 }
示例#3
0
 public function GetNameSpace()
 {
     return $this->relative_module->GetNameSpace() . "\\views\\helper";
 }