Example #1
0
 /**
  * (non-PHPdoc)
  *
  * @see \Simplify\Form_Form::setTable()
  */
 public function setTable($table, $primaryKey, $parent = null, $left = null, $right = null)
 {
     $this->parent = $parent;
     $this->left = $left;
     $this->right = $right;
     return parent::setTable($table, $primaryKey);
 }
Example #2
0
 /**
  * (non-PHPdoc)
  * @see \Simplify\Form::setTable()
  */
 public function setTable($table, $primaryKey, $sortField = null)
 {
     $this->sortField = $sortField;
     return parent::setTable($table, $primaryKey);
 }