I have this field whose value i have to increment the field value by a specific value. I am using this
$data[\'quantity\'] = \'Order.quantity+1\';
you can use updateAll() for this
a little googling reveals this pretty quick: http://cakephp.1045679.n5.nabble.com/Auto-Increment-A-Field-td3491697.html