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?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---