Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Get the PHP class in eclipse plug-in

Hi,

I have an eclipse plug-in for Java which can generate code with the fields from any class.
This is described in detail hereĀ http://fast-code.sourceforge.net/templates.htm.
I want to do the same thing with PHP. Can you tell me how to get the PHP class in an eclipse plug-in
and then get all the fields in it?

Thanks,
--Gautam


Back to the top