[symfony-users] sf_user in url

2010-01-07 Thread Kevin
I am building an intranet system and would like to have the user's username at the beginning of the url: example.com/username/foo/bar. I was able to accomplish this by creating a custom routing class but I am wondering if there is a better way, with filters or something... I don't want to have to

[symfony-users] sf_user?

2008-09-17 Thread Eno
Im using $sf_user in one of my templates and getting an undefined error for $sf_user-hasFlash(). Any ideas why? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send

[symfony-users] $sf_user in model?

2008-01-23 Thread [EMAIL PROTECTED]
How would you have getStaff, that is called by: ?php echo object_select_tag('staff_id', 'getStaff', array ( 'related_class' = 'Contact', 'control_name' = 'staff_id', 'include_custom' = 'By', 'include_blank' = false, )); ? to includei a value from $sf_user I currently have static