But what I am curious about are all of these tree views I keep hearing on the forum. (Did a search). I need some software that provides the following tree views, all collapsable, and expandable in a true tree format.
1. locally and in FTP, a Folder/File tree view. (Typical Windows/Linux treeview thing here)
2. A class/function/variable tree view, showing which files/classes/functions make calls or changes to that class or function or variable. So for instance if I clicked on the variable $TaxRate, I could see all of the files or classes that reference it. Maybe like this:
Code: Select all
-$TaxRate
+Classes
-Files
-example.php
-otherexample.html
+$AnotherVariable
Code: Select all
-mainSub.php
-SetupVariables.php
-SetupGlobals.php
-SetupLocals.php
-SetupPages.php
-AddHeads.php
+AnotherFileENtirely.php