I have this code in my cakephp project:
$this->data[\'MyObject\'][\'expire_date\'] = \'NOW()\';
and...
$this->MyObject-&g
$this->data['MyObject']['expire_date'] = DboSource::expression('NOW()');