Welcome Guest, Not a member yet? Register   Sign In
netbeans PHP include path
#21

[eluser]Unknown[/eluser]
Hi everybody,
This thread is very helpful, but it's missing the how-to make netbeans give auto-complete for our own models (the same procedure can be applied for controllers):
-note that I'm using Netbeans 6.9.1

once you've created your project, with the www directory set root, you can see in the projects section your project with 2 voices:
source files
include path

-click include path, and add a path to your models folder (tipically /whateveriswwwlocation/system/application/models)
-now you can go back to your controller and add a property to all codeigniter's already listed above:

1)@property // now you go with a ctrl + space and start digit the name of the model you want, NetBeans will show it to you in the autocomplete!
2)@property YourModel $yourModel //the you give it a variable name - this is just an example name, of course.
3)try in a function of the controller tiping $this->, you will see your model in the autocomplete list, and then all its methods!!!!

Hope this will helpful!


Messages In This Thread
netbeans PHP include path - by El Forum - 10-17-2008, 08:12 AM
netbeans PHP include path - by El Forum - 10-17-2008, 01:33 PM
netbeans PHP include path - by El Forum - 10-20-2008, 12:21 AM
netbeans PHP include path - by El Forum - 10-21-2008, 10:34 AM
netbeans PHP include path - by El Forum - 01-23-2009, 12:43 AM
netbeans PHP include path - by El Forum - 01-23-2009, 06:38 AM
netbeans PHP include path - by El Forum - 01-23-2009, 07:58 AM
netbeans PHP include path - by El Forum - 01-23-2009, 08:57 AM
netbeans PHP include path - by El Forum - 01-23-2009, 09:11 AM
netbeans PHP include path - by El Forum - 01-23-2009, 10:05 AM
netbeans PHP include path - by El Forum - 01-27-2009, 02:06 AM
netbeans PHP include path - by El Forum - 06-18-2009, 05:18 AM
netbeans PHP include path - by El Forum - 06-18-2009, 08:57 AM
netbeans PHP include path - by El Forum - 08-31-2009, 11:03 PM
netbeans PHP include path - by El Forum - 09-01-2009, 02:13 AM
netbeans PHP include path - by El Forum - 09-04-2009, 12:06 AM
netbeans PHP include path - by El Forum - 09-04-2009, 02:39 AM
netbeans PHP include path - by El Forum - 02-10-2010, 03:15 AM
netbeans PHP include path - by El Forum - 05-24-2010, 12:55 AM
netbeans PHP include path - by El Forum - 06-30-2010, 04:38 AM
netbeans PHP include path - by El Forum - 09-20-2010, 03:25 AM
netbeans PHP include path - by El Forum - 09-29-2010, 04:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB