php 開發工具 使用 netbeans 搭配 ci

相關外掛:
https://github.com/nbphpcouncil/nb-ci-plugin/releases

https://github.com/YavorK/netbeans_codeigniter_hmvc_autocomplete

參考安裝方式:

from: http://stackoverflow.com/questions/9308604/how-to-integrate-codeigniter-with-netbeans-fully/38407526#38407526

  1. org-nbphpcouncil-modules-php-ci-0.5.1.nbm
  2. org-nbphpcouncil-modules-php-ci-repository-0.5.1.nbm

Install Plugins: Tools >> Plugins >> Downloaded (tab) >> Add Plugins… >> (browse those downloaded files in your local directory) >> Open >> Install >> Restart NB

Activate CI Framework: Tools >> Options >> PHP >> Frameworks & Tools (tab) >> select CodeIgniter >> Base Files >> Add Zip… >> now type a name and browse for CodeIgniter’s zip file you downloaded >> OK >> OK >> Restart NB

All Done. 🙂

enter image description here

Activate CI framework in existing project: Select your project >> Right click >> Properties >> Expand Frameworks >> select CodeIgniter >> tick on Enabled >> OK (Now you’ll see a CI logo followed by your project name)

enter image description here

enter image description here