我有桌子。
ID | startdatetime
1 | 2013-08-30 22:30:00
2 | 2013-08-29 12:00:00
3 | 2013-08-29 13:30:00
4 | 2013-08-27 11:30:00
5 | 2013-08-27 13:30:00
6 | 2013-08-26 09:30:00
我想获取属于某个日期的数据(例如第 2 行和第 3 行属于2013-08-29
)
我怎么能用教义写作?
$em = $this->getDoctrine()->getEntityManager();
$items = $em->getRepository("UserBundle:Table")->findBy('startdatetime' => '*****'));