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

WBOY
Release: 2016-06-13 10:33:39
Original
699 people have browsed it

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!