CodeIgniter Forums
Open Source Web Development - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: NetBeans Plugin (https://forum.codeigniter.com/forumdisplay.php?fid=26)
+--- Thread: Open Source Web Development (/showthread.php?tid=68038)



Open Source Web Development - thakotagoc - 05-14-2017

Need help


RE: Open Source Web Development - ciadmin - 05-14-2017

The plugin has been effectively abandoned, sorry Sad
Unless you want to pick up where the earlier ones left off? Smile


RE: Open Source Web Development - mohammadsj - 12-04-2017

need some help here too


RE: Open Source Web Development - ivantcholakov - 12-04-2017

Help about what?

Edit: Sorry, wrong question.


RE: Open Source Web Development - qury - 12-04-2017

Hi

Create a sub-folder and file in your nbproject folder: ci_autocomplete/autocomplete.php

The content could be the below.  You can add your custom models, libraries, controllers to it if you want. Netbeans will pick them up, which will be useful for code-completion.

PHP Code:
<?php

/**

 * @property CI_DB_forge $dbforge
 * @property CI_Benchmark $benchmark
 * @property CI_Calendar $calendar
 * @property CI_Cart $cart
 * @property CI_Config $config
 * @property CI_Controller $controller
 * @property CI_Email $email
 * @property CI_Encrypt $encrypt
 * @property CI_Exceptions $exceptions
 * @property CI_Form_validation $form_validation
 * @property CI_Ftp $ftp
 * @property CI_Hooks $hooks
 * @property CI_Image_lib $image_lib
 * @property CI_Input $input
 * @property CI_Language $language
 * @property CI_Loader $load
 * @property CI_Log $log
 * @property CI_Model $model
 * @property CI_Output $output
 * @property CI_Pagination $pagination
 * @property CI_Parser $parser
 * @property CI_Profiler $profiler
 * @property CI_Router $router
 * @property CI_Session $session
 * @property CI_Sha1 $sha1
 * @property CI_Table $table
 * @property CI_Trackback $trackback
 * @property CI_Typography $typography
 * @property CI_Unit_test $unit_test
 * @property CI_Upload $upload
 * @property CI_URI $uri
 * @property CI_User_agent $user_agent
 * @property CI_Validation $validation
 * @property CI_Xmlrpc $xmlrpc
 * @property CI_Xmlrpcs $xmlrpcs
 * @property CI_Zip $zip
 * @property   CI_DB_query_builder $db
 */
class CI_Controller {

}

/**
 * @property CI_DB_query_builder $db
 * @property CI_DB_forge $dbforge
 * @property CI_Config $config
 * @property CI_Loader $load
 * @property CI_Session $session

 */
class CI_Model {
/**

*/
}

?>