Exemple #1
0
 public function __construct(\apf\db\mysql5\Select $select, $map = NULL)
 {
     $this->select = $select;
     $this->result = $select->getQueryResult();
     $this->map = $map;
 }