From: Otto M. <ot...@mo...> - 2008-10-09 15:10:04
|
Try phpXref or phpDoc. Both FOSS. I've used phpXref to cross reference a 100 ksloc project. The project was nearly comment-free, so I feel your pain. For refactoring, Komodo IDE (free) has "Find in files" functionality that you can tweak to only search certain directories. Use grep -ir if you're a command line type. Otto Monnig IntegriCor, LLC |