php - Codeigniter Update Options not working -


i want update codeigniter row options it's not working. code.

$result = $this->cart->update(array(     'rowid' => $rowid,     'qty' => $quantity,     'options' => array('size'=>$comments) ));  var_dump($result); 

in $comments, have actual data want reason, options not there when pre contents of cart. idea may have done wrong?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -