Exemplo n.º 1
0
 public function afterConnection()
 {
     parent::afterConnection();
     $this->cache = new Cache();
 }
Exemplo n.º 2
0
 public function afterConnection()
 {
     parent::afterConnection();
     $this->query = $this->connection->createQuery();
     $this->condition = $this->connection->createCondition();
 }