在我的模型,我有:Symfony的聯繫發電機 - 顯示學說收集
* @method Doctrine_Collection getComments() Returns the current record's "Comments" collection
默認如果我生成的管理那麼這是不是在列表中出現。 如果是在generator.yml:
config:
actions: ~
fields: ~
list:
display: [id, title, comments]
filter: ~
form: ~
edit: ~
new: ~
那麼這告訴我
<pre> Doctrine_Collection data : Array() </pre>
代替的評論列表。
我知道 - 我可以從緩存中獲取文件並顯示此內容,但也許這隻可能與generator.yml? 例如,如果我有一對多的關係,那麼這顯示我這個名字。
我不想爲此使用緩存! 謝謝!