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
I've noticed some of my backend module/action URLs also now end with a .html
in sf 1.2, I'd be interested to know why this is the case.
2008/12/10 noel guilbert <[EMAIL PROTECTED]>
>
> Hello,
>
> Did you add a routing rule for your new module ?
>
> On Tue, Dec 9, 2008 at 12:29 AM, juro <[EMAIL
Hello,
Did you add a routing rule for your new module ?
On Tue, Dec 9, 2008 at 12:29 AM, juro <[EMAIL PROTECTED]> wrote:
>
> Hi,
> Symfony 1.2.
>
> After generating a crud module ('caccess' based on the 'Access'
> model), everything works fine. After copy pasting the necessary fields
> to anothe