0
我想讓所有用戶在最後一天登錄。我該怎麼做 ?如何選擇最近24小時的Doctrine_Query與Symfony?
在yml中,用戶表爲Timestampable。
我在Symfony 1.4中使用Doctrine 1.2。
Users:
tableName: users
options:
type: InnoDB
collate: utf8_general_ci
charset: utf8
actAs:
Timestampable:
updated:
disabled: true
你有表定義嗎? – MatBailie
我已更新表格 –