Am I missing something or should my custom route work with the index.php (or nothing) instead of frontend_dev.php? I'm getting a 500 error when I go to the model, and a 404 for the show page. My route is:
project_show:
url: /project/:slug
class: sfDoctrineRoute
options: { model: Project, type: object }
param: { module: project, action: show }
Any help would be much appreciated! Thanks!
Darren.