예제 #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
파일: helper.php 프로젝트: dariushha/zinux
 public function GetNameSpace()
 {
     return $this->relative_module->GetNameSpace() . "\\views\\helper";
 }