|
|
CodeIgniter Code Completion NetBeans IDE
| Sorry, but this post no longer works because of the references sites has been closed |

CodeIgniter, this is one of PHP Framework that can make our job to do PHP Programming easier. You can get that CodeIgniter framework here [Download CodeIgniter]. At this written, the latest version of CodeIgniter was 1.7.2
The problem is if we're using CodeIgniter or other PHP Framework, the IDE like Dreamweaver or NetBeans cannot use their main features, Code Completion. What is Code Completion? That's the feature which can help us to show the functions or variable that can be used. Example if we just use native PHP on Dreamweaver, we just write "mysql_" then there's must be shown the functions which use "mysql_" prefix.
Thanks to Rakibul Hasan, my references of this post. We now can solve the problems, we can use code completion for CodeIgniter on NetBeans. How?
- Download the CodeIgniter PHP Framework
- Extract it on your Webserver so that you can run it a http://localhost/YOUR_CI
- Open your CodeIgniter project with NetBeans
- Click File >> New Project >> Choose PHP >> PHP Application with Existing Source
- Choose your CodeIgniter folder, example [C:\xampp\htdocs\ci] >> Next
- Choose your server type, leave it if you work locally
- Finish
- Check your CodeIgniter folder example [C:\xampp\htdocs\ci], there must be 'nbproject' folder
- Download the files from here [
CodeIgniter Code Completion for Netbeans] - Extract the .zip files anywhere
- Copy that files to 'nbproject'
- Close your NetBeans and Open it again... Finish, check it out!
On my experience, that code completion only works at Controllers and Models, not working at Views. For more information and question you can go to my references site.
Source and References :
Related posts:




