How does the help command help in this case...I have the app
generated....it's fine...I noticed one thing on the jobeet tutorial site, it
states

*When you created the frontend application, the production front controller
was named index.php. As you can only have one index.php file per directory,
symfony creates an index.php file for the very first production front
controller and names the others after the application name.*

Now when I look into routing.yml of my backend app, here is what it states:

*homepage:
  url:   /
  param: { module: default, action: index }

default_index:
  url:   /:module
  param: { action: index }

default:
  url:   /:module/:action/**

So clearly, the instruction that it would default it to the name of the app,
did not take place, it still shows index as the default parameter...I
changed wherever 'index' is to ''backend' to mimic the name of my app...but
that did not help either...

Anyone else with any leads on this?


On Mon, Jun 14, 2010 at 5:03 PM, Parijat Kalia <[email protected]>wrote:

> yes it does...
>
> it is the same folder as my other app (frontend_dev.php)
> (C:\dev\sfproject\apps), an upon ls
>
> frontend backend
>
> It is in the same folder, and it has all the necessary folders an app has,
> that is modules, config, libs, templates...etc etc
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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