Setting up codeigniter in Dreamweaver CS 5.5

被刻印的时光 ゝ 提交于 2019-12-19 04:49:11

问题


I am looking for information on how to set up a code igniter project in Dreamweaver CS 5.5 with code hinting like you can for Zend framework.


回答1:


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:




回答2:


 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



回答3:


I followed this, but with no luck first time. After a while playing into DW to get it working, made pause for a while - and after restart of DW it works.

I used last CI: CodeIgniter-3.0.4.zip

How it was made:

1./ download CI - and extract it into XAMPP htdocs folder into folder code1 (the name You can choose freely) - also: d:\WWW\xampp5615\htdocs\code1\ in My case.

2./ configure Site and Servers in DW to have Live view possible (play with it, sometimes I forget after a while how to do it... :-) )

3./ configure Site-Specific Code Hints in DW - in My case I added the root of site code1 into this menu - see printscreen - and don't forget to define .php extension + recursive + scan

4./ if not working restart DW - it should work now... the index.php renders fully into live view :-) I'm lucky. can learn do some stuff with CI PHP Framework... :-)

Hope it helps...

Printscreen: CodeIgniter-3.0.4 and Dreamweaver CC 2015



来源:https://stackoverflow.com/questions/12475598/setting-up-codeigniter-in-dreamweaver-cs-5-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!