【发布时间】:2011-02-23 16:09:03
【问题描述】:
我正在使用 Symfony 1-4 和 sfDoctrineGuardPlugin。
我的问题是,在 Doctrine Guard 插件上,您知道每个模块都带有 generator.yml。我需要自定义generator.yml。例如,我需要显示另一个表的(模块)列。
// for example i am at X module and need to sort according to another table's/module's column
...
config:
list:
sort: [X, asc] // x is not on my module
与列表/显示相同。我需要显示一些不在我当前模块上的列...
我在网上找不到。非常感谢您分享您的想法和/或信息,erman。
【问题讨论】:
标签: php symfony1 symfony-1.4 sfdoctrineguard