Is there any way to auto run a add_action after a getState ?
The add_action :
$crud->add_action('Send Email', base_url("assets/img/repartizare.png"), 'main/send_email', 'ConfirmSend');
Example :
if ($crud->getState() == 'success') { $this->send_email() }