Hi,
Please correct me if I'm going about bringing these issues up in the
wrong way. I posted here since 1.3 is still in development.
I have set a module's routing using a sfDoctrineRouteCollection:
sell_product:
class: sfDoctrineRouteCollection
options:
model: Product
prefix_path: sell/product
This now sets my URL suffix to .html for that route:
/sell/product/new.html
Is that expected behaviour? I have the suffix set to .htm in factories.yml:
all:
routing:
class: sfPatternRouting
param:
load_configuration: true
suffix: '.htm'
Thanks.
Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---