Sunday, 25 June 2017

52.update form in controller

$values = $form->getValues();
    $tips_table =  Engine_Api::_()->getDbtable('tips', 'user');
    $tips_table->update(array('content' =>$values['content']),array('id = ?' => $id));
    

No comments:

Post a Comment