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