File/include/kimono.php

Description

top level include file for kimono, load classes dynamically, check for needed extensions etc.

  • todo: are there file/dir permissions to check for?
Includes
 require_once ('error.php') (line 108)
 require_once ('base.php') (line 109)
 require_once ('config.php') (line 107)

require all neccesary code

 require_once ('misc.php') (line 110)
 require_once ('sql.php') (line 111)
 require_once ('user.php') (line 112)
 require_once ('notify.php') (line 113)
 require_once ('report.php') (line 114)
 require_once ('settings.php') (line 22)

version check

 require_once ('constants.php') (line 23)
Functions
kimono_internal_error (line 69)

handle errors where Kimono_Error can't be used (as in Kimono_Error itself) and fatal errors early in script execution.

void kimono_internal_error ($fatal $errorstring, [mixed $fatal = FALSE], [mixed $file = 0], [mixed $line = 0], [mixed $method = 0])
  • $fatal $errorstring: if set to TRUE, execution will die()
multi_stripslashes (line 30)
void multi_stripslashes (mixed &$arr)
__autoload (line 44)

load classes dynamically

void __autoload (mixed $class)

Documentation generated on Fri, 8 Apr 2005 18:27:43 +0200 by phpDocumentor 1.3.0RC3