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.
相关问题
- CodeIgniter - Autoload
- Library as Singleton in Codeigniter?
- Check number of affected rows in CodeIgniter
- Hide login link when logged in
- Sending Google API OAuth2 response to Controller [
相关文章
- PHPStorm Code Hinting for array of object arrays
- Prevent white space in query being converted to
- How to remove the single cart item using codeignit
- SEO-friendly URLs in CodeIgniter without the use o
- Heroku PHP app crash bash: vendor/bin/heroku-php-a
- You are not a sandbox user of this client. Error C
- Only variables should be assigned by reference wit
- Dreamweaver shortcut to swap between source and de
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:
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