unset_read
void unset_read()
Quick Description: Unsets the read operation
Unset's the read operation of the CRUD. In the CRUD is easy to unset the read operation by simply add this line of code:
Available for version >= 1.4
$crud->unset_read();