/harmoni/harmoni.inc.php

Description

This file sets up global harmoni options, includes important files, and defines a few crucial functions.

Includes
require_once (HARMONI."architecture/events/EventTrigger.abstract.php") (line 109)
require_once (HARMONI."utilities/MIMETypes.class.php") (line 108)
require_once (HARMONIBASE."config/framework.cfg.php") (line 78)

*******************************************************

Create the Harmoni object - required *******************************************************

require_once (HARMONI."services/Services.class.php") (line 91)
require_once (HARMONI."utilities/TemplateFactory.class.php") (line 107)

*******************************************************

include other useful things *******************************************************

require_once (HARMONIBASE."config/services.cfg.php") (line 101)

The global Services object.

  • var: The global Services object.
require_once (HARMONI."architecture/events/EventListener.interface.php") (line 110)
Constants
HARMONI = dirname(__FILE__).DIRECTORY_SEPARATOR."core".DIRECTORY_SEPARATOR (line 24)

Defines the global harmoni directory.

  • const: string HARMONI The harmoni core directory.
HARMONIBASE = HARMONI_BASE (line 32)
HARMONI_BASE = dirname(__FILE__).DIRECTORY_SEPARATOR (line 31)

Defines the global harmoni directory.

  • const: string HARMONI_BASE The base harmoni directory.
OKI = dirname(__FILE__).DIRECTORY_SEPARATOR."oki".DIRECTORY_SEPARATOR (line 40)

Defines where OKI interfaces for PHP are located.

  • const: string OKI The OKI interfaces location.
OKI2 = dirname(__FILE__).DIRECTORY_SEPARATOR."oki2".DIRECTORY_SEPARATOR (line 41)
SERVICES_OBJECT = "__services__" (line 88)

The name of the services variable.

  • const: SERVICES_OBJECT The name of the services variable.
SIMPLE_TEST = HARMONI.DIRECTORY_SEPARATOR."simple_test".DIRECTORY_SEPARATOR (line 34)
Functions
array_walk_stripslashes (line 53)

******************************************************* if magic quotes on then get rid of them as we assume that they are off.

*******************************************************

void array_walk_stripslashes (mixed &$val, mixed $key)

Documentation generated on Wed, 19 Sep 2007 10:23:34 -0400 by phpDocumentor 1.3.0RC3