Exemple #1
0
 public function GetNameSpace()
 {
     return $this->relative_module->GetNameSpace() . "\\controllers";
 }
Exemple #2
0
 public function GetNameSpace()
 {
     return $this->relative_module->GetNameSpace() . "\\models";
 }
Exemple #3
0
 public function GetNameSpace()
 {
     return $this->relative_module->GetNameSpace() . "\\views\\helper";
 }