Home  >  Article  >  Backend Development  >  新手使用zend studio时如何解决代码提示太弱的有关问题

新手使用zend studio时如何解决代码提示太弱的有关问题

WBOY
WBOYOriginal
2016-06-13 10:33:39699browse

新手求助:使用zend studio时怎么解决代码提示太弱的问题
譬如我输入$this->
应该能看到里面的对象和方法,但是怎么设置都不行,求高人指点下呵

------解决方案--------------------
引入的类不能被识别,比如非include方式引入的,而是采取其他封装的方法引入的,比如ci中就用
$this->load()方式。。。
------解决方案--------------------
你用的zend studio是哪个版本的?我的是5.5是可以提示的
------解决方案--------------------
zend后面的版本个人感觉 都没5.5好用~!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn