$simstatus = Model_Simstatus::query()->where('sim_no', '=', Input::post('test'));
$simstatus->block = 'Yes';
$simstatus->registration = 'Yes';
$simstatus->save();
but it is not working can u help me in to this ,
i have update code using find method but have not work with chain method to update the result
It looks like you're new here. If you want to get involved, click one of these buttons!