Reading the Jobeet Day 19 (Doctrine version), I get to this paragraph:

"As the category route is tied to the JobeetCategory model class and
because the slug is now part of the JobeetCategoryTranslation, the
route is not able to retrieve the Category object automatically."

That's saying that these links don't work out of the box:

/frontend_dev.php/fr/category/programmation
/frontend_dev.php/en/category/programming

And that's why he's suggesting to create some methods in
JobeetCategoryTable.class.php to make them work.

The thing is that WITHOUT creating those methods, those links are
working perfectly. Why is then necessary to create those methods?
(findOneBySlugAndCulture, doSelectForSlug, ...)


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