Hi

How do I do something like this:

$data  = array('order' => 'order + 2');

in

            $data  = array('order' => 'order + 2');
$where = parent::getAdapter()->quoteInto('userteam_id = ?', $userteamID) . ' AND ' . parent::getAdapter()->quoteInto('user_id = ?', $userID);

            $result = parent::update($data, $where);

getting back an int(0) when i try

ian

Reply via email to