[eluser]umefarooq[/eluser]
really nice work i like the DM but one question is that same like model we are getting values using
Code:
$this->input->post('name');
is there any way we just pass $_POST and it will update or insert the data in table just like joomla and already we are defining all table columns in validation array. for select data from table we can get value and then pass to the DM.