Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.4
-
Fix Version/s: 1.0.13, 1.1.5, 1.2.0-ALPHA3
-
Component/s: None
-
Labels:None
Description
I always use this counstructions for get mysql current time:
example:
$us = Doctrine::getTable ( "Users" )->find ( 1 );
$us->currentlogin = new Doctrine_Expression('NOW()');
$us->save();
but after update to new version this DONT work!