Beispiel #1
0
 public function __construct()
 {
     $this->database = DBFactory::createDatabase("mysql");
     $this->chatDatabase = DBFactory::createChatDatabase("mysql");
     $this->operations = OperationsFactory::createOperations();
 }