Ver Mensaje Individual
  #11 (permalink)  
Antiguo 27/03/2012, 13:38
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 17 años
Puntos: 845
Respuesta: namespaces en 5.3

Si te refieres a wildcards, no hay, pero puedes importar el namespace directamente y utilizar el último segmento del mismo mas el nombre de la clase para instanciar, algo así:

Código PHP:
Ver original
  1. use Application\CoreBundle\Entity;
  2.  
  3. new Entity\Post();
  4. new Entity\Comment();

Saludos.
__________________
http://es.phptherightway.com/
thats us riders :)