Re: How to find where class is used?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jan 6, 2012 at 5:08 PM, Curtis Maurand <curtis@xxxxxxxxxxx> wrote:
>
> it will be somewhere in php's search path.  you'd be better off trying
> search for a file of the same name.
>
> cd /usr/lib/php5
> find . -iname "vB_ProfileBlock*"
>
> if you have locate installed, try: "locate vB_ProfileBlock"
>

This works if vBulletin was installed as a system package. No other
package directly installs in php include paths.

OP should try this: grep -ir 'class vb_profileblock' <path to root of
vBulletin installation>

-- 
Nilesh Govindarajan
http://nileshgr.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux