我正在使用 Symfony 1-4 和 sfDoctrineGuardPlugin。
我的问题是,在 Doctrine Guard Plugin 上,你知道每个模块都带有 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。