Ver Mensaje Individual
  #20 (permalink)  
Antiguo 12/01/2011, 09:40
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Integrar Doctrine 2 con Zend framework

Según el manual
  1. Each entity/mapped superclass must get its own dedicated YAML mapping document.
  2. The name of the mapping document must consist of the fully qualified name of the class, where namespace separators are replaced by dots (.).
  3. All mapping documents should get the extension ”.dcm.yml” to identify it as a Doctrine mapping file. This is more of a convention and you are not forced to do this. You can change the file extension easily enough.