call back functions in a helper file
- Single Page
Posted 31 May 2012 - 01:34 AM
Posted 31 May 2012 - 18:58 PM
Posted 31 May 2012 - 20:22 PM
$crud->callback_edit_field('phone','edit_field_callback_1');
where edit_field_callback_1 is a function from your helper. For more about callbacks you can read http://php.net/manual/en/function.call-user-func.php