Rather not ;] I am new and I simply would like to know it is normal
that I must add to each link in backend application at the beginning:
'/backend.php'  ? I think yes because frontend is default application,
not backend but maybe I am wrong ?



On 18 Wrz, 17:39, Sid Ferreira <sid....@gmail.com> wrote:
> http://www.symfony-project.org/cookbook/1_2/en/cross-application-links
>
> Is this what you want?
>
> On Sep 18, 12:02 pm, mini_alexander <aoohra...@gmail.com> wrote:
>
> > As I understand in backend application in files I must everywhere in
> > each link
> > write at the beginning /backend.php - for example:
> > <a href="/backend.php/start/index" >home</a>
> > or
> > <form action="<?php echo url_for('/backend.php/users/index') ?>" />
>
> > yes ???????????
>
> > Because generated links by symfony look for example:
> > url_for('/users/index')
>
> > so I must everything change by myself adding /backend.php ??????
> > yes or not ? xD I would like to know because maybe I am loosing time
> > for that ? or maybe not ? :)
--~--~---------~--~----~------------~-------~--~----~
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