View Single Post

  #3 (permalink)  
Old 04-27-2008
Hugh Oxford
 
Posts: n/a
Default Re: Reflection and used classes

petersprc wrote:
> Hi,
>
> Don't know of a way to this with reflection.
>
> You can use PHPXref to locate references to a particular class, or you
> could try a recursive grep for a class identifier.
>
> Regards,
>
> John Peters
>


I like PHPxref, the problem is I use autoload. Maybe I could look at the
code.

Reply With Quote