快速symfony /推进问题。 我有以下推进收集路线:
api_offer:
class: sfPropelRouteCollection
options:
prefix_path: /api/offer
model: Offer
plural: offers
singluar: offer
actions: [ list ]
module: apiOffer
requirements:
sf_format: (?:html|json)
我的问题是,是否有人知道将标准传递给$ this-> getRoute() - > getObjects();在行动?基本上我需要根据路径中的现有参数从数据库中检索不同的对象。
感谢您的帮助。
答案 0 :(得分:0)
sfPropelRouteCollection
有一个名为sfObjectRouteCollection
的{{1}}的继承选项。这是它的使用方式:
model_methods