unset_add_fields
void unset_add_fields( string $var [, string $var [, string $... ]] )
Quick Description: unsets the fields at the add form.
Available for version >= 1.2.1
Unsets the fields at the add form.
Example:
$crud->unset_add_fields('name','address','postcode');
$crud->unset_add_fields(array('name','address','postcode'));