From: Steven L. <st...@tu...> - 2003-10-16 15:09:50
|
On Wed, 2003-10-15 at 16:59, Eloi George wrote: > Wow. Is that how you did it? That's mind-boggling? > > +1 for the PHPWS_Text class. > > I'm confused about the second section, though. It sounds like the > inc/runtime.php file is just replacing index.php whenever the module is > not explicitly called but is authorized to execute via $allow_view in > conf/boost.php. Is this the case? Well it was not just the PHPWS_Text class, all the core classes have been seperated. The runtime.php file runs instead of the index.php file when the module is not called. Both would be included if the module was called. The core is now setup to only include the module that is currently being requested. The runtime.php file allows for modules not running to still show content. I had not set it up do be authorized by allow_view, but I will, just forgot about it. -- Steven Levin Computer Systems Admin I Electronic Student Services Appalachian State University Phone: 828.262.6740 http://phpwebsite.appstate.edu |