Hi,
I was trying to figure out why the classbrowser plugin wasn't working with PHP code, and it happened that the classbrowser code used in gmate was not the latest-up-to-date version.
If you read : http://code.google.com/p/geditclassbrowser/source/browse/trunk/classbrowser/__init__.py
at line 72, you see that for PHP files, a ETagsParserPHP is instanciated, while in gmate classwbrowser/init.py file, there's no mention of a PHP parser.
It'd be nice to update this plugin to its latest version, even if the last commit known for this project is a bit old (december 2008).
thx