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