コード例 #1
0
ファイル: DefaultPlugin.php プロジェクト: hschletz/braintacle
 /**
  * Constructor
  *
  * @param \Database\AbstractTable $table Base table
  */
 public function __construct(\Database\AbstractTable $table)
 {
     $this->_table = $table;
     $this->_select = $table->getSql()->select();
 }