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

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

Reply via email to