예제 #1
0
파일: Functions.php 프로젝트: rosko/workapp
 function __construct($config)
 {
     parent::__construct($config);
     $this->chat = $this->registry["chat"];
 }
예제 #2
0
파일: Functions.php 프로젝트: norayrx/otms
 function __construct($config)
 {
     parent::__construct($config);
     $this->ai = new Model_Ai();
 }