When I use the url_for() function, the output is without the
controller prefix.
Example, on controlpanel_dev.php/system/sign_in_form I place the form,
and I use
echo url_for('system/sign_in')
The output now is /system/sign_in, while it should be
controlpanel_dev.php/system/sign_in!
Anyone who knows how that might come?
--
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.