我正在寻找有关如何在Dreamweaver CS 5.5中设置代码点火器项目的信息,并使用代码提示,就像Zend框架一样。
答案 0 :(得分:5)
我已经设法在Dreamweaver CS5.5中设置了代码点火器,方法是下载最新版本的代码点火器并放在我的C:驱动器根目录下的一个名为php_librarys的文件夹中。然后,我按照网站特定代码提示的说明进行操作:How to set up site specific code hinting。将Dreamweaver指向的文件夹是Code igniter系统目录中的libraries文件夹。请确保根据以下屏幕截图选择递归和.php作为扩展名:
答案 1 :(得分: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
答案 2 :(得分:0)
我跟着这个,但第一次没有运气。经过一段时间玩DW以使其工作,暂停了一段时间 - 并且在重新启动DW之后它可以工作。
我使用了最后一个CI:CodeIgniter-3.0.4.zip
如何制作:
1. /下载CI - 并将其解压缩到XAMPP htdocs文件夹中的文件夹code1(您可以自由选择的名称) - 另请:d:\ WWW \ xampp5615 \ htdocs \ code1 \ in my case。
2. /在DW中配置站点和服务器以实现实时视图(使用它,有时我会忘记一段时间后如何做... :-))
3. /在DW中配置特定于站点的代码提示 - 在我的情况下,我将站点代码1的根添加到此菜单中 - 请参阅printscreen - 并且不要忘记定义.php扩展名+递归+扫描
4.如果不能正常工作重启DW - 现在应该可以工作了... index.php完全呈现为实时视图:-)我很幸运。可以学习使用CI PHP Framework做一些事情......: - )希望它有所帮助...
Printscreen:CodeIgniter-3.0.4 and Dreamweaver CC 2015