Esempio n. 1
0
 function __construct($config)
 {
     parent::__construct($config);
     $this->chat = $this->registry["chat"];
 }
Esempio n. 2
0
 function __construct($config)
 {
     parent::__construct($config);
     $this->ai = new Model_Ai();
 }