1

我正在寻找有关如何在 Dreamweaver CS 5.5 中使用代码提示设置代码点火器项目的信息,就像 Zend 框架一样。

4

3 回答 3

5

I have managed to set code igniter up in Dreamweaver CS5.5 by downloading the latest version of code igniter and placing in a folder called php_librarys on the root of my C: drive. I then followed the instructions for site specific code hinting here: How to set up site specific code hinting. The folder you need to point Dreamweaver to is the libraries folder in the system directory of Code igniter. Just make sure you select recursive and .php as the extension as per the screenshot below:

Site specific hints for codeigniter in dreamweaver

于 2012-09-23T14:21:09.887 回答
1
 very simple in dreamwaver to autocomplete any functions in wordpress - codeigniter or even your custom library of code
 steps are as follows:
 1- in dreamwaver open site -> Site Specific Code Hints -> (You can select wordpress-joomla-...) or even any folder like (CI folder) that you mentioned.
 2- do not forget to select (scan this folder,recursive)
 3- it will ask you for custom name just write any one you like "like mynewCI"
 it will create a config file in your selected folder => do not remove it.
 that is all
 the process in detail in this video
 http://tv.adobe.com/watch/learn-dreamweaver-cs5/using-php-code-hinting-in-dreamweaver-cs5/
 now press ctrl+space and enjoy.
 if this answer was helpful, please vote me up!
 thanks
于 2014-02-26T20:52:09.023 回答
0

我跟着这个,但第一次没有运气。在玩了一段时间后进入 DW 让它工作,暂停了一段时间 - 重新启动 DW 后它工作。

我使用了最后一个 CI:CodeIgniter-3.0.4.zip

它是如何制作的:

1./下载CI - 并将其解压缩到XAMPP htdocs文件夹中的文件夹code1(您可以自由选择的名称) - 在我的情况下也是:d:\WWW\xampp5615\htdocs\code1\。

2./ 在 DW 中配置站点和服务器以使实时视图成为可能(玩它,有时我会在一段时间后忘记如何操作... :-) )

3./ 在 DW 中配置特定于站点的代码提示 - 在我的情况下,我将站点代码 1 的根添加到此菜单中 - 参见 printscreen - 不要忘记定义 .php 扩展名 + 递归 + 扫描

4./如果不工作重新启动 DW - 它现在应该工作...... index.php 完全呈现为实时视图:-) 我很幸运。可以学习使用 CI PHP 框架做一些事情... :-)

希望能帮助到你...

Printscreen:CodeIgniter-3.0.4 和 Dreamweaver CC 2015

于 2016-02-24T14:48:18.543 回答