I have not enabled. I use pgsql

On 13 jul, 11:25, Gábor Fási <maerl...@gmail.com> wrote:
> Do you have pdo and pdo_mysql enabled in the php.ini your cli uses?
>
> On Mon, Jul 13, 2009 at 17:05, josesilva<lomaxj...@gmail.com> wrote:
>
> > hi. I check the php and yes is PHP 5.2.6 and also supports xml and
> > xsl
>
> > my schema is the following
>
> > 2 tables
>
> > propel:
> >  _attributes:
> >    package: lib.model
> >  ciudad:
> >    _attributes:
> >      idMethod: native
> >    id:
> >      type: INTEGER
> >      required: true
> >      autoIncrement: true
> >      primaryKey: true
> >    tx_nombre:
> >      type: VARCHAR
> >    fe_cre:
> >      type: TIMESTAMP
> >    fe_act:
> >      type: TIMESTAMP
> >    usu_cre:
> >      type: VARCHAR
> >    usu_act:
> >      type: VARCHAR
> >    municipio_id:
> >      type: INTEGER
> >      foreignTable: municipio
> >      foreignReference: id
> >      onDelete:
> >      onUpdate:
> >    estado_id:
> >      type: INTEGER
> >      foreignTable: estado
> >      foreignReference: id
> >      onDelete:
> >      onUpdate:
> >    pais_id:
> >      type: INTEGER
> >      foreignTable: pais
> >      foreignReference: id
> >      onDelete:
> >      onUpdate:
> >  cliente:
> >    _attributes:
> >      idMethod: native
> >    id:
> >      type: INTEGER
> >      required: true
> >      autoIncrement: true
> >      primaryKey: true
> >    tx_nombre:
> >      type: VARCHAR
> >    tx_observacion:
> >      type: VARCHAR
> >      size: 2000
> >    tx_contacto:
> >      type: VARCHAR
> >    tx_telf_contacto:
> >      type: VARCHAR
> >    tx_direccion:
> >      type: VARCHAR
> >    fe_cre:
> >      type: TIMESTAMP
> >    fe_act:
> >      type: TIMESTAMP
> >    usu_cre:
> >      type: VARCHAR
> >    usu_act:
> >      type: VARCHAR
> >    in_eli:
> >      type: SMALLINT
> >    pdval_id:
> >      type: INTEGER
> >      foreignTable: pdval
> >      foreignReference: id
> >      onDelete:
> >      onUpdate:
> >    tx_ci:
> >      type: VARCHAR
>
> > On 10 jul, 22:59, Eno <symb...@gmail.com> wrote:
> >> On Fri, 10 Jul 2009, josesilva wrote:
>
> >> > with propel and use symfony 1.2.7
>
> >> What does your schema look like?
>
> >> Does you php cli have support for xml and xsl? (Run "php -m" to check).
>
> >> Also, Im assuming you have PHP 5.2? (I think symfony 1.2.7 requires PHP >
> >> 5.2).
>
> >> --
--~--~---------~--~----~------------~-------~--~----~
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