For every page request, here is what the KernelPackage will do:

TikiSystem::scanPackages() is an important function, and if you are reading this page, you should try to trace that function out. scanPackages will:

!!!1. Define __2 constants__ for every TikiPackage.
The kernel will assume every directory in the TikiPro root is a package, and will make the constants <DIRECTORYNAME>_PKG_URL and <DIRECTORYNAME>_PKG_PATH. For example, the wiki/ directory will cause WIKI_PKG_URL and WIKI_PKG_PATH to be defined. These constants should be used when including files, such as
include_once (HTML_PKG_PATH.'htmlpages_lib.php');
or for setting URL's such as
header ("location: ".POLLS_PKG_PATH."results.php?pollId=$pollId");

more to come...
Page History
Date/CommentUserIPVersion
09 Dec 2004 (17:41 UTC)
fire203.229.37.9511
Current • Source
fire203.229.37.9510
View • Compare • Difference • Source
fire203.229.37.959
View • Compare • Difference • Source
fire203.229.37.958
View • Compare • Difference • Source
fire203.229.37.957
View • Compare • Difference • Source
fire203.229.37.956
View • Compare • Difference • Source
fire203.229.37.955
View • Compare • Difference • Source
fire203.229.37.954
View • Compare • Difference • Source
fire203.229.37.953
View • Compare • Difference • Source
spiderr66.93.240.922
View • Compare • Difference • Source