Dreamweaver PHP array dereferencing

孤者浪人 提交于 2019-12-13 04:25:55

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!