doctrine 1.2如何通过id获取对象?

时间:2013-04-26 14:28:00

标签: php symfony-1.4 doctrine-1.2

如何在学说1.2中使用他的Id来获取对象?

无需编写sql或Dql。 我没有在文档中找到它: https://doctrine.readthedocs.org/en/latest/en/manual/working-with-models.html#fetching-objects

1 个答案:

答案 0 :(得分:3)

$user = Doctrine_Core::getTable('User')->find(1);

这里你去了学说1.2

这里有一个参考...但在doc中你没想到的地方:( http://docs.doctrine-project.org/projects/doctrine1/en/latest/en/manual/working-with-models.html#retrieving-related-records