On Wed, 2008-10-08 at 19:08 -0400, Haig Dedeyan wrote: > Ashley Sheridan wrote: > > On Wed, 2008-10-08 at 18:45 -0400, Haig Dedeyan wrote: > > > >> Hi everyone, > >> > >> is there a software that will create a flow chart indicating what php > >> pages are using what tables in a MySql dbase? > >> > >> Haig > >> > >> > > To my knowledge no such software exists. You could include an extra bit > > of code in each of your pages to make an entry in your MySQL database, > > but i'm guessing that for you this goes beyond what you are looking for. > > > > > > Ash > > www.ashleysheridan.co.uk > > > > > > > Thanks Ash. > > I was hoping to avoid that route. I guess I can write a script to scan > all my pages and whatever table reference it finds, it can flag it for > me and then I can make the flowchart myself. > > Haig For complete system agnosticism, I'd create the flowchart as a series of graphics, and then put those together in a page? I'm not sure on what the best route is for blind users, so I'm hoping someone else in the group can lend a hand on this one? Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php