<legend id='ONywc'><style id='ONywc'><dir id='ONywc'><q id='ONywc'></q></dir></style></legend>
        <bdo id='ONywc'></bdo><ul id='ONywc'></ul>

      <small id='ONywc'></small><noframes id='ONywc'>

    1. <i id='ONywc'><tr id='ONywc'><dt id='ONywc'><q id='ONywc'><span id='ONywc'><b id='ONywc'><form id='ONywc'><ins id='ONywc'></ins><ul id='ONywc'></ul><sub id='ONywc'></sub></form><legend id='ONywc'></legend><bdo id='ONywc'><pre id='ONywc'><center id='ONywc'></center></pre></bdo></b><th id='ONywc'></th></span></q></dt></tr></i><div id='ONywc'><tfoot id='ONywc'></tfoot><dl id='ONywc'><fieldset id='ONywc'></fieldset></dl></div>
    2. <tfoot id='ONywc'></tfoot>

        如何使用codeigniter让zend studio自动完成

        how to get zend studio autocomplete with codeigniter(如何使用codeigniter让zend studio自动完成)
        • <legend id='ty9tw'><style id='ty9tw'><dir id='ty9tw'><q id='ty9tw'></q></dir></style></legend>

            <small id='ty9tw'></small><noframes id='ty9tw'>

              <bdo id='ty9tw'></bdo><ul id='ty9tw'></ul>

                <tbody id='ty9tw'></tbody>

              <tfoot id='ty9tw'></tfoot>
                • <i id='ty9tw'><tr id='ty9tw'><dt id='ty9tw'><q id='ty9tw'><span id='ty9tw'><b id='ty9tw'><form id='ty9tw'><ins id='ty9tw'></ins><ul id='ty9tw'></ul><sub id='ty9tw'></sub></form><legend id='ty9tw'></legend><bdo id='ty9tw'><pre id='ty9tw'><center id='ty9tw'></center></pre></bdo></b><th id='ty9tw'></th></span></q></dt></tr></i><div id='ty9tw'><tfoot id='ty9tw'></tfoot><dl id='ty9tw'><fieldset id='ty9tw'></fieldset></dl></div>

                  本文介绍了如何使用codeigniter让zend studio自动完成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在寻找一种很好的方法来为在 Zend Studio for Eclipse 中工作的 codeigniter 中的库获取自动完成和点击引用(不管它叫什么).

                  I'm looking for a good way to get autocomplete and click-for-reference (whatever that's called) for libraries in codeigniter working in Zend Studio for Eclipse.

                  例如,如果我这样做$this->load->library('dx_auth');$this->dx_auth->get_user_id();

                  for instance, if i do $this->load->library('dx_auth'); $this->dx_auth->get_user_id();

                  zend studio 不知道它是什么..

                  zend studio doesn't know what it is..

                  有一种很老套的方法(见下文,来源),但我觉得应该有更好的方法来做到这一点..

                  There is this sortof hacky way to do it (see below, source), but i feel like there should be a better way of doing it..

                  有人有什么想法吗?

                  // All of these are added so I get real auto complete
                  // I don't have to worry about it causing any problems with deployment
                  // as this file never gets called as I'm in PHP5 mode
                  
                  // Core CI libraries
                  $config = new CI_Config();
                  $db = new CI_DB_active_record();
                  $email = new CI_Email();
                  $form_validation = new CI_Form_validation();
                  $input = new CI_Input();
                  $load = new CI_Loader();
                  $router = new CI_Router();
                  $session = new CI_Session();
                  $table = new CI_Table();
                  $unit = new CI_Unit_test();
                  $uri = new CI_URI();
                  

                  推荐答案

                  添加 CI 的库路径作为项目的包含路径.

                  Add CI's library path as an include path to your project.

                  1. PHP 资源管理器中,打开您的项目并右键单击包含路径
                  2. 从上下文菜单中选择配置
                  3. 然后在包含路径对话框中,选择标签
                  4. 点击添加外部文件夹...
                  5. 浏览到 CI 的本地副本并选择它的库目录(保存这些类文件的任何位置)
                  6. 点击完成
                  1. In the PHP Explorer, open your project and right-click on Include Paths
                  2. Select Configure from the context menu
                  3. Then in the include path dialog, select the Library tab
                  4. Click Add External Folder...
                  5. Browse to a local copy of CI and choose it's library directory (wherever it keeps those class files)
                  6. Click Done

                  瞧,你去吧!

                  我应该注意,您还可以在项目创建时定义包含路径.

                  I should note that you can also define include paths at the time of project creation.

                  这篇关于如何使用codeigniter让zend studio自动完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                    <tbody id='H01HB'></tbody>

                  • <bdo id='H01HB'></bdo><ul id='H01HB'></ul>
                    <tfoot id='H01HB'></tfoot>

                    <i id='H01HB'><tr id='H01HB'><dt id='H01HB'><q id='H01HB'><span id='H01HB'><b id='H01HB'><form id='H01HB'><ins id='H01HB'></ins><ul id='H01HB'></ul><sub id='H01HB'></sub></form><legend id='H01HB'></legend><bdo id='H01HB'><pre id='H01HB'><center id='H01HB'></center></pre></bdo></b><th id='H01HB'></th></span></q></dt></tr></i><div id='H01HB'><tfoot id='H01HB'></tfoot><dl id='H01HB'><fieldset id='H01HB'></fieldset></dl></div>

                    <small id='H01HB'></small><noframes id='H01HB'>

                          <legend id='H01HB'><style id='H01HB'><dir id='H01HB'><q id='H01HB'></q></dir></style></legend>