in the example:
$crud->callback_add_field('phone',array($this,'add_field_callback_1'));
function add_field_callback_1()
{
return '+30 <input type="text" maxlength="50" value="" name="phone" style="width:462px">';
}
the add_field_callback_1 doesnt recieve anything - can i get atleast the column name in it ?
I'm trying to predefine some things in a multiselect and change gCrud to have "add new" button before the multiselect - so that people can add things when inserting in a database with a relation_n_n