douyun3022 2009-12-11 20:05
浏览 21
已采纳

netbeans:如何在php中添加包含目录以完成代码

i'm using Zend Framework classes and i don't get code completion for them because the library directory of Zend Framework in not inside my project. is there a way to tell netbeans to recognize the zend framework directory in order for the code completion to work? thanks

  • 写回答

2条回答 默认 最新

  • doulao1966 2009-12-11 21:00
    关注

    You really have to add Zend to Global Include Path. You may do it for the single project only, but it is better to set it in general PHP options (Tools-Options-PHP)

    Here is the tutorial

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?