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