I've set up my routing config like this:

page:
  class: sfDoctrineRouteCollection
  options: { model: Page }

in my page executeNew() action code, if I do this:
  $this->getRoute()->getObject();

it returns an object (appears to be the first Page object in the
database)

This doesn't seem like correct behaviour to me. The new action
shouldn't be associated with any object at all so getObject should
return null, no? Am I doing something wrong?

Thanks in advance

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to