Setting up codeigniter in Dreamweaver CS 5.5

后端 未结 3 1716
暖寄归人
暖寄归人 2021-01-07 11:47

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.

3条回答
  •  春和景丽
    2021-01-07 11:52

    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

提交回复
热议问题