doctrine - Zend Studio 7.2 showing error on namespaces? -



doctrine - Zend Studio 7.2 showing error on namespaces? -

i have these namespaces defined in bootstrap file:

use doctrine\common\classloader, doctrine\common\annotations\annotationreader, doctrine\odm\mongodb\documentmanager, doctrine\odm\mongodb\mongo, doctrine\odm\mongodb\configuration, doctrine\odm\mongodb\mapping\driver\annotationdriver;

but there error on first line above:

syntax error, unexpected 'doctrine', expecting '('

7.x supposed have namespace support, it's showing errors throughout project. thought why?

just thought, have project configured php 5.3 support? our installation here defaults php 5.2 new projects.

doctrine zend-studio

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -