debugging/tracing
Date: 01/31/06
(PHP Community) Keywords: cms, php
i've inherieted a project that isn't well-documented, and am having trouble figuring out what it's doing. the user will click through something like http://www.cms.net/manage.php?reset_id=900. manage.php makes no mention of reset_id, but there are several include files. those include files include other files, and all of them are big and messy. i need to change what's happening when the reset_id flag is sent, but i can't find where that's being handled. is there any way to trace this so i can figure out what file is actually doing the work?
Source: http://community.livejournal.com/php/404591.html