How to integrate codeIgniter with netbeans fully

If you just want auto-complete of functions then this will do it for you. 1) Create a folder in Netbeans called ‘autocomplete‘ in ‘Source Files‘ 2) Create two files in here called something like ci_code_completion_controllers.php and ci_code_completion_models.php Add this into each file; <?php /** ********* CONTROLLERS ********* * @property CI_DB_active_record $db * @property CI_DB_forge $dbforge … Read more