hello everyone,

i have  a little website running, with both a frontend and backend
module. the backend is only generated code to administer the database.
I basically used "symfony generate-admin" for all the tables, which is
good for now. the problem is, since it is the backend.php all the
links from the generated code to edit tables point to /something/
edit/... for instance to:
http://androidmashup.org/extratype/edit/id_extratype/1
but it should point to
http://androidmashup.org/backend.php/extratype/edit/id_extratype/1
so the backend.php is missing...

http://androidmashup.org/backend is missing also, it would be fine if
the links are relative to that url as well.

what do i need to change, so that the admin module has correct links?

thx alot

falko

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