Hello,
I'm discovering Symfony and it seems really nice.

I'm running the tutorial my-first-project-1.2-en.pdf and I've found a
error in listing 1-26 on page 11 : the action should be "new" not
"edit" :

The code :
<?php echo link_to('Add a comment', 'comment/edit?post_id='.$blog_post-
>getId()) ?>
Should be :
<?php echo link_to('Add a comment', 'comment/new?post_id='.$blog_post-
>getId()) ?>

Regards
Cyrille.

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