Thanks! anyway it's necessary write something like this in
databases.yml.

dev:
  doctrine:
    class: sfDoctrineDatabase
    param:
      dsn: mysql:host=localhost;dbname=prueba2;
      username: symfony
      password: ****

On Mar 2, 11:43 am, Gábor Fási <maerl...@gmail.com> wrote:
> Remember has nothing to do with it, when you have the documentation.
>
> public function setup()
> {
>   $this->enablePlugins(array('sfDoctrinePlugin'));
>   $this->disablePlugins(array('sfPropelPlugin'));
>
> }
> On Wed, Mar 2, 2011 at 10:29, Javier Garcia <tirengar...@gmail.com> wrote:
> > Hi,
>
> > someone can remember how to create a Doctrine project in symfony 1.2?
>
> > Regards
>
> > Javi
>
> > --
> > 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

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