Hi,

I have this model:

Usuario:
  actAs:
    Sluggable:
      unique: true
      fields:  [nombre_apellidos]
      canUpdate: true
  inheritance:
    extends: sfGuardUser
    type: simple
  columns:
    username:
      type: string(128)
      notnull: false
      unique: true
    nombre_apellidos: string(60)
    sexo: boolean
    fecha_nac: date
    provincia: string(60)
    localidad: string(255)
    #email_address: string(255)
    fotografia: string(255)
    avatar: string(255)
  relations:
    Usuario:
      local: user1_id
      foreign: user2_id
      refClass: AmigoUsuario
      equal: true

I expected the a field called 'slug' was created after "build doctrine:build --all", but no...

Any idea?

--
Javi

Ubuntu 8.04 - Symfony 1.3

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