我有2個表中的MySQL數據庫,使用學說1.2和1.4.4的symfonyDQL查詢失敗
Installedbase和備用IM
Installedbase:
ib_id
app_id
location
和
Spare:
spare_id
app_id
amount
現在我想要加入表格以顯示有多少應用程序在備用中。
例如
$q = self::createQuery("l")
->select('i.*, s.*')
->from('InstalledBase i, Spare s')
->execute();
return $q;
主義知道有對APP_ID字段的表之間的關係,但我得到的錯誤
500 | Internal Server Error | Doctrine_Hydrator_Exception
"Spare" with an alias of "s" in your query does not reference the parent component it is related to.
YAML: http://pastey.net/137237 我無法弄清楚這一個,沒有任何人知道是什麼主義抱怨?
請編輯您的問題,並向我們展示您架構中的相關部分,包括關係。 – richsage 2010-06-04 07:58:05
done http://pastey.net/137237 – iggnition 2010-06-04 08:27:19