From: Adam M. <ad...@tu...> - 2002-10-28 17:27:41
|
I'm working on the tutorial in parallel with coding on a couple of modules. I'll try to have it put together by the next release candidate so people can get started coding up their own modules. Adam > This also reminds my impatient side to ask when the module tutorial > might be out. > > ;) > > Don. > > On Mon, 28 Oct 2002, Eloi George wrote: > >> Quick question. >> >> Which would be the best way to check for a module in terms of lower >> cpu requirements/cycles: >> >> if(!$_SESSION["OBJ_fatcat"]) >> >> if($GLOBALS["core"]->moduleExists("fatcat")) >> >> if($_SESSION["OBJ_fatcat"]!==NULL) >> >> >> >> >> ------------------------------------------------------- >> 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 >> >> >> >> > > > > ------------------------------------------------------- > 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 - Electronic Student Services http://phpwebsite.appstate.edu Founder - ASU Linux Users Group http://lug.appstate.edu |