Welcome Guest, Not a member yet? Register   Sign In
making NetBeans 6.7 work with CI.
#4

[eluser]cahva[/eluser]
Theres really nothing to it. Just create the project as you would normally do. If you mean that you cant get the code completion work, its easily fixable. There was a blog post but at the time of writing it is down.

To get code completion to work, create a file (you can name it anything you want with a .php suffix):
Code:
<?php
/**
* @property CI_Loader $load
* @property CI_Form_validation $form_validation
* @property CI_Input $input
* @property CI_Email $email
* @property CI_DB_active_record $db
* @property CI_DB_forge $dbforge
* @property CI_Table $table
* @property CI_Session $session
* @property CI_FTP $ftp
* ....
*/
Class Controller {
}
?>
Place the file to a place where netbeans can find it. Personally I put this file to the "nbproject" folder which is created after you create a new project.


Messages In This Thread
making NetBeans 6.7 work with CI. - by El Forum - 10-14-2009, 10:31 AM
making NetBeans 6.7 work with CI. - by El Forum - 10-14-2009, 11:20 AM
making NetBeans 6.7 work with CI. - by El Forum - 10-14-2009, 11:55 AM
making NetBeans 6.7 work with CI. - by El Forum - 10-14-2009, 12:46 PM
making NetBeans 6.7 work with CI. - by El Forum - 10-25-2009, 07:02 PM
making NetBeans 6.7 work with CI. - by El Forum - 10-25-2009, 07:17 PM
making NetBeans 6.7 work with CI. - by El Forum - 10-25-2009, 09:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB