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