2009年4月6日星期一

Re: [fw-db] Storing a Zend_Date in a Zend_Db_Table

Or just :
$paymentData = array(
'DATE' => new Zend_Db_Expr('NOW()'),
'USERID' => $userId,
'AMOUNT' => $amount
);

only because it screams NOW to me, where as SYSDATE doesn't :)

monk.e.boy


Thomas VEQUAUD wrote:
>
> Or just :
> ...
>

--
View this message in context: http://www.nabble.com/Storing-a-Zend_Date-in-a-Zend_Db_Table-tp22838127p22911013.html
Sent from the Zend DB mailing list archive at Nabble.com.

没有评论: