问题
I just installed PHP 5.4 and now that it supports array dereferencing I want to use that in my projects. Problem is that I'm working with Dreamweaver (CS6) and it gives me a syntax error for using the array brackets after the function parantheses.
Is there any way to mess around with Dreamweaver's syntax support (or maybe just tuning the syntax highlighting in the configuration/CodeColoring directory may be enough)?
回答1:
I would suggest to download another Editor if you work with PHP. Some fine examples: http://en.wikipedia.org/wiki/List_of_PHP_editors
Dreamweaver is build to work for designers. PHP != Design ;)
来源:https://stackoverflow.com/questions/20746654/dreamweaver-php-array-dereferencing