【发布时间】:2010-12-22 22:58:30
【问题描述】:
我已经创建了这个模型:
propel:
shop_orders:
orders_id: { phpName: Id, type: INTEGER, size: '11', primaryKey: true, autoIncrement: true, required: true }
email: { type: VARCHAR, size: '45', required: true }
然后我生成了一个管理模块,并将其添加到 generator.yml 中:
config:
actions: ~
fields: ~
list:
object_actions:
foo: {}
当我点击 foo 动作时,它会生成这个 url:
backend_dev.php/sp1/ListFoo/action?id=1
我收到这条消息:
操作“sp1/action”不存在。
sf 1.4/推进
有什么想法吗?
哈维尔
【问题讨论】:
标签: symfony1