From: Steven L. <st...@tu...> - 2002-10-07 18:55:14
|
Hello All, The phpWebSite Debugger is now fully in CVS and functioning. Check it out and let me know what you think. FYI the core functions test_array and test_object will be removed from the core soon. Please begin to use these functions now provided by PHPWS_Debug. Old calls: $GLOBALS['core']->test_array($array); $GLOBALS['core']->test_object($object); New calls: $_SESSION['PHPWS_Debug']->testArray($array); $_SESSION['PHPWS_Debug']->testObject($object); Enjoy :) -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@tu... |