PDA

View Full Version : Parsing PHP Source code into a structure for editing


JMT
06-24-2005, 12:13 AM
I am looking for PHP code that will read a PHP source file and parse it into a structure that I can then use control updates to the source page.

What I need can be pretty simplistic. It doesn't need to parse every possible variation.

Any suggestions would be appreciated.

REMIYA
06-25-2005, 08:23 AM
Look at the following thread:

http://www.aota.net/forums/showthread.php?p=134714#post134714

JMT
06-25-2005, 01:43 PM
Thank you!!