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