Пример #1
0
 public function __construct(\k1lib\crudlexs\class_db_table $db_table, $row_keys_text)
 {
     if (!empty($row_keys_text)) {
         parent::__construct($db_table, $row_keys_text);
     } else {
         DOM_notification::queue_mesasage(object_base_strings::$error_no_row_keys_text, "alert", $this->notifications_div_id, \k1lib\common_strings::$error);
     }
     creating_strings::$button_submit = updating_strings::$button_submit;
     creating_strings::$button_cancel = updating_strings::$button_cancel;
     $this->object_state = "update";
 }