I use Mongodb.
and create query.
createAt field type is timestamp.
ex) createAt => new MongoTimestamp(1361925805, 0),
My query is
ex)
...
->field('createAt')->lt(1361925805)
...
but result is array(0).
ex) select * from aaa where createAt < '125123123123'
how to make mongodb...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.