Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
"SELECT DATE_FORMAT...." のように Zend_Db_Select アダプタでタイムスタンプを正しくフォーマットすることは可能ですか?
使用する
$database->select ()->from ('table', array (new Zend_Db_Expr ('DATE_FORMAT("...")')));
形。