示例#1
0
 /**
  * @brief       drop a column to the form data table
  * @details     Simple exec SQL Statement, with no Event LOG injection
  *
  * @author      Ernesto J Rodriguez (Certun) <*****@*****.**>
  * @version     Vega 1.0
  * @copyright   Gnu Public License (GPLv3)
  *
  * @return      mixed
  */
 private function removeFieldModel()
 {
     $array = array('model' => $this->model, 'field' => array('name' => $this->name));
     MatchaModel::removeFieldsFromModel($array);
     return MatchaModel::removeFieldsFromModel($array);
 }