如何在学说1.2中使用他的Id来获取对象?
无需编写sql或Dql。 我没有在文档中找到它: https://doctrine.readthedocs.org/en/latest/en/manual/working-with-models.html#fetching-objects
答案 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