From: Don S. <do...@se...> - 2002-10-28 16:58:32
|
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 > > > > |