zoukankan      html  css  js  c++  java
  • 让zend studio 支持 redis函数自动提示

    phpredis作者https://github.com/nicolasff/phpredis 写了文档https://github.com/ukko/phpredis-phpdoc
    上面提到了如何让eclipse有自动提示功能(zend一样):

    1、Open "Window" -> "Preferences"
    2、In preferences dialog open "PHP" -> "PHP Libriaries"
    3、Click "New" button, in "User library name" enter "Redis", click "OK"
    4、Select newly created "Redis", library Click "Add external folder", select path to the folder which contains your checkout of phpredis-phpdoc or you can download single "Redis.php" file https://raw.github.com/ukko/phpredis-phpdoc/master/src/Redis.php
    Include your custom library in your project: open "Project" -> "Properties" -> "PHP Include Path", click add library, select "User library", click "Next", check "Redis", click "Finish"

    1、添加phplibrary

    2、在自己的项目中引入library

     

  • 相关阅读:
    ubuntu android jdk问题
    android adb ubuntu问题
    常用命令
    svn info
    TaskRecord分析
    moveTasktoBack 把当前任务放入后台
    WatchDog机制
    双系统安装
    制作安装U盘
    android 小游戏 ---- 数独(二)
  • 原文地址:https://www.cnblogs.com/siqi/p/3618889.html
Copyright © 2011-2022 走看看