Пример #1
0
 /**
  * This function creates de form inputs in the database
  * @param $columns
  * @return void
  */
 private static function BuildAndExecuteFormInputs($columns)
 {
     $inserted = SystemQueries::InsertFormInputs($columns);
     if (!$inserted) {
         Dialog::Danger("Error", "There was an error creating the form inputs on the database! The form may already exist. Check system logs for more details.", "Ok");
     }
 }