load_form()

* Paid version only.  Supported from version 7.0 and above.

  • Parameter(s):
    • $key: A database table primary key value.
  • Description:
    • Load an existing record from DB and display in edit form without the datagrid. The form will remain on the screen after submit.
  • Remark:
  • Example:
1
$dg -> enable_edit('FORM') -> form_only() -> load_form(8888);