From: Brian W. B. <br...@tu...> - 2002-10-08 21:05:15
|
+1 from Brian >> 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... >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------- > Adam Morton > Developer - Web Technology Group > Appalachian State University > http://phpwebsite.appstate.edu > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |