Procedural File: kimono.php
Source Location: /include/kimono.php
Page Details:
top level include file for kimono, load classes dynamically, check for needed extensions etc.
Tags:
Includes:
kimono_internal_error [line 69]
void kimono_internal_error(
$fatal $errorstring, [mixed $fatal = FALSE], [mixed $file = 0], [mixed $line = 0], [mixed $method = 0])
|
|
handle errors where Kimono_Error can't be used (as in Kimono_Error itself) and fatal errors early in script execution.
Parameters
| $fatal |
$errorstring |
if set to TRUE, execution will die() |
multi_stripslashes [line 30]
void multi_stripslashes(
mixed &$arr)
|
|
__autoload [line 44]
void __autoload(
mixed $class)
|
|
load classes dynamically
|
|