hi everyone, for those who use this plugin i have a quick question,
what do you put in breadcrumbs.yml to retrieve request parameters?
sample breadcrumbs.yml (in the readme):

sf_orm_breadcrumbs:
  main:
    index:
      - { name: Home, route: homepage }
  blog:
    index:
      - { name: Blog, route: blog }
    showPost:
      - { name: Blog, route: blog }
      - { name: %title%, route: post_show, model: true }
    permalink:
      - { name: 'Archive' }
      - { name: %Post%, route: post_show, model: true, subobject:
Post }

but %title% here is a model attribute. i tried %myrequestparameter%
and removed the route and model parameters but it doesnt work. it just
outputs "%myrequestparameter%" as a string

thanks

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