From: Alby L. <al...@th...> - 2001-07-17 11:03:45
|
Hello GENERAL! I've been trying to learn more about BC2, and I'm stuck on how some of the php scripts communicate with each other. Take for instance Auth.php, in there is a line that says $PACKAGE='binarycloud.core'; does this mean that this file is part of binarycloud.core, or that it should include all other stuff that's in binarycloud.core? Also, later on in Auth.php it reads 'include_once DBOBJECTS."bc_logged_in.inc";' - and I imagine 'bc_logged_in.inc' is a file, but why is that DBOJECTS. in front of it? Then even later, in Init.php, there is a line that reads "import('binarycloud.core.Lang');" Can anyone explain this structure to me? I'm guessing that this references a package (binarycloud.core), and then a class within that package? (Lang) Alby |