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
Post a Comment