Beispiel #1
0
 /**
  * Constructor
  *
  * @param \Database\AbstractTable $table Base table
  */
 public function __construct(\Database\AbstractTable $table)
 {
     $this->_table = $table;
     $this->_select = $table->getSql()->select();
 }