void _include_gallue(
$configPath)
|
|
Include files for gallue.
It has become quite difficult to load all files in the correct order, it reminds me of booting an operating system. This function takes the path of the configuration file as argument, reads the include paths, loads the whole libbase, loads gallery.inc.php from libgallue and finally gallerybase.inc.php and view.inc.php from gallue. After executing this function, it is possible to instantiate a GALView. The rest of the initialisation process will happen automatically, because required files are loaded "on demand".
Parameters