junichi11 / fuelphp-netbeans

Support for FuelPHP Framework
26 stars 3 forks source link

Logical view #7

Closed junichi11 closed 11 years ago

junichi11 commented 11 years ago

I'll create MVC logical view.

Now project has some nodes:

myproject
├─nbproject
├─fuel
├─public
├─important files
├─test files

Add as the followings:

myproject
├─nbproject
├─fuel
├─public
├─important files
├─test files
├─controller (fuel/app/classes/controller)
├─model (fuel/app/classes/model)
├─views (fuel/app/views)

Please notice that if you create a new file at the MVC nodes, go to original file node.