문제

I'm trying to get code hinting in eclipse for zend in a non-Zend project. The code works fine, but all I'm getting for code hinting is Zend_5250_. Is there something I need to do to get those code hints?

도움이 되었습니까?

해결책

You have to add the Zend Framework Library to the Project Resources.

Right Click Project Folder, then Properties, then PHP Include Path, then Tab Libraries, add Zend Framework to it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top