Dude, point out where in the docs this has been specified, ok? I read the
docs, and that is why I am pointing out. As far as I am concerned, there are
loopholes in the docs.  And don't worry about why I wanna learn a framework
or not, my prerogative.

On Mon, Jun 14, 2010 at 8:57 PM, Eno <symb...@gmail.com> wrote:

> On Mon, 14 Jun 2010, Parijat Kalia wrote:
>
> > So on basis of my probing, the everytime u create a new application,
> after u
> > have created ur inital application (presumably frontend_dev.php), go to
> the
> > web folder...u shud notice an existing frontend_dev.php which was created
> by
> > symfony the first time u created an application. For each successive
> > application(applicationName1, applicationName2) that you created, the
> > consecutive dev files are not being created in symfony.
> >
> > To fix this, manually create it off your own, so you have an
> > applicationName1_dev.php and an applicationName2_dev.php, now copy paste
> the
> > content of frontend_dev.php to each of these apps....open them and change
> > this line:
> > $configuration = ProjectConfiguration::getApplicationConfiguration('*
> > frontend*', 'dev', true)
> >
> > to
> >
> > $configuration =
> > ProjectConfiguration::getApplicationConfiguration('applicationName1',
> 'dev',
> > true)
> >
> > and you are set!
>
> Yes, you copied a controller and made it use the dev environment, the same
> way the you would create a staging controller, AS SHOWN IN THE DOCS.
>
> I think almost all your posts are answered in the docs, is there some
> reason you dont read them? Why use a framework if you dont want to learn
> it?
>
>
>
> --
>
>
> --
> 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 symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

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