Hi guys,
i know RESTFUL is not a huge topic at the moment for php, but i'm
wondering if someone already see that existing somewhere.
In rails we tend to use nested routes for route collection into
another route collection to create stuff like :
blog/1/post/new
map.resources :blogs do |blog|
blog.resources :posts
end
Does doctrine & symfony together have a similar tools like this other
than that sfDoctrineRouteCollection that i missed ?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---