hello,

I generate from my backend a file routingCms.yml in my frontend
application
I did it because url of pages can be modified... so a routing like :

user_authentication:
  url:   /authentification/user-authentication.html
  param: { module: user, action: authentication }

could be

user_authentication:
  url:   /user/authentication.html
  param: { module: user, action: authentication }

So I find a bad solution to include my routingCms.yml... in my
routing.yml, I put at the begining the following line :
<?php if(file_exists(dirname(__FILE__).'/routing2.yml')) require_once
('routingCms.yml'); ?>

Did you know how to load the routingCms.yml in my
ProjectConfiguration.class.php ?

thanks,
-- 
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.


Reply via email to