Esempio n. 1
0
 /**
  * @param string $dir
  */
 public static function setAppDir($dir)
 {
     self::$__app = $dir;
 }
Esempio n. 2
0
 function __construct()
 {
     \Matcha::$__app = ROOT . '/modules';
     $this->i = \MatchaModel::setSenchaModel('Modules.imageforms.model.PatientImage');
     \Matcha::$__app = ROOT . '/app';
 }