If I would have to guess, I would say "no" :)

This is what I did:
$symfony doctrine:generate-module frontend access Access
then I renamed the module access to caccess
$symfony generate:module frontend access

So, I would assume that I don't have to create one ....
Also, the routing.yml looks like this:

access:
  class: sfDoctrineRouteCollection
  options:
    model:               Access
    module:              access
    prefix_path:         access
    column:              id
    with_wildcard_routes: true

Which seems right, but it isn't. caccess works, access doesn't :/

Any ideas?

On Dec 9, 3:50 pm, "noel guilbert" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Did you add a routing rule for your new module ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to