Type | Names | Description | Default | Access |
---|---|---|---|---|
boolean | $add | Enable/Disable inserting a record into the table. Have sense only if used with editGrid method | true | public |
boolean | $decodeinput | Enable/Disable decoding the input for update and insert operations using the html_entity_decode. The option should be used when the grid option autoencode is set to true. | false | public |
boolean | $del | Enable/Disable deleting a record in table. Have sense only if used with editGrid method | true | public |
boolean | $edit | Enable/Disable updating a record into the table. Have sense only if used with editGrid method | true | public |
string | $mtype | Determines haw the input data should be accepted. Can be GET or POST | POST | public |
booean | $serialKey | Defines if the primary key is serial (autoincrement) | true | public |
boolean | $trans | If the option is set to true every CRUD is enclosed in transaction | true | public |
boolean | $getLastInsert | Allow a obtaining and sending the last inserted id (in case of serial key) to the client. The last inserted id is returned if getLastInsert is set to true. The retun string is like 'PrimaryKeyName#LastInsertID'. | false | public |