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