add or update Form by providing all the details
@param form[id] is required. If it is numeric, the corresponding form will be updated. Else, a new form will be added.
Arguments
Check if the name is available or already in used
required: name (represents the new name of the form)
returns 0 if name is already used, else returns 1
Arguments
Get all records with pagination.
The function accepts limit and has a maximum limit that can not be overwritten
@return
Data Table object
Arguments
Get all records
this function returns all the records. Pagination / limit are not accepted
@return
Data Table object
Arguments
Get one record based on id
Arguments
Get Change Log for an object
Arguments