我如何在学说 1.2 中使用他的 ID 获取对象?
无需编写sql或Dql。我在文档中没有找到它: https ://doctrine.readthedocs.org/en/latest/en/manual/working-with-models.html#fetching-objects
我如何在学说 1.2 中使用他的 ID 获取对象?
无需编写sql或Dql。我在文档中没有找到它: https ://doctrine.readthedocs.org/en/latest/en/manual/working-with-models.html#fetching-objects
$user = Doctrine_Core::getTable('User')->find(1);
教义 1.2 在这里
这里有一个参考......但在文档中没有你期望它的地方:( http://docs.doctrine-project.org/projects/doctrine1/en/latest/en/manual/working-with-models.html #retrieving-related-records