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 another module 'access', I have the problem that routing is not the
> same.
>
> Whereas this code
> <?php echo url_for('caccess/new') ?>
> creates this link
> http://......_dev.php/caccess/new
>
> this code
> <?php echo url_for('access/new') ?>
> creates this link
> http://......_dev.php/access/new.html
>
> And the second version doesn't work in creating new entries.
>
> Why is this?
> >
>
--
Noël GUILBERT
http://www.sensiolabs.com
http://www.symfony-project.com
Sensio Labs
Tél: +33 1 40 99 80 80
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---