My favorites | Sign in
uhu
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
/**
* @package UHU
* @subpackage UHU_Config
**/

if(class_exists('uhu',false) === false)
{
die('this file should only be loaded by uhu::__construct()');
}
else
{
uhu_install_config::set('uhu::site administrator','the site administrator');
set_exception_handler('uhu::Exception_handler');
uhu::add_lib(new uhu_lib(uhu::path_to_libs .'/Smarty/Smarty.class.php','Smarty','Smarty'));
uhu::add_component(new uhu_component(uhu::path_to_components . '/smarty.php','Smarty','Smarty_Registry',true));

uhu::add_component(new uhu_component(uhu::path_to_components . '/thing2key.php','thing2key','thing2key',true));

uhu::add_component(new uhu_component(uhu::path_to_components . '/ping.php','ping-package','ping_package'));
uhu::add_app(new uhu_application(uhu::path_to_apps . '/pingers/pingerati.php','pingerati','pingerati'));

uhu::add_component(new uhu_component(uhu::path_to_components . '/pdo-doc-cache.php','PDO doc cache','PDO_doc_cache'));
uhu::add_component(new uhu_component(uhu::path_to_components . '/output.php','UHU Output','uhu_output'));

uhu::add_component(new uhu_component(uhu::path_to_components . '/uhu/collection.php','uhu::collections','uhu_collection',true));

uhu::add_component(new uhu_component(uhu::path_to_apps . '/secondlife/LLSD.php','LLSD','uhu_LLSD'));
uhu::add_component(new uhu_component(uhu::path_to_apps . '/secondlife/LLSD/struct.php','LLSD struct','uhu_LLSD_struct'));
uhu::add_component(new uhu_component(uhu::path_to_apps . '/secondlife/LLSD/binary.php','LLSD binary','uhu_LLSD_binary'));
uhu::add_component(new uhu_component(uhu::path_to_apps . '/secondlife/LLSD/date.php','LLSD date','uhu_LLSD_date'));
uhu::add_component(new uhu_component(uhu::path_to_apps . '/secondlife/LLSD/numeric.php','LLSD numeric','uhu_LLSD_numeric_NaN'));
uhu::add_component(new uhu_component(uhu::path_to_apps . '/secondlife/LLSD/uri.php','LLSD uri','uhu_LLSD_uri'));
uhu::add_component(new uhu_component(uhu::path_to_apps . '/secondlife/LLSD/uuid.php','LLSD UUID','uhu_LLSD_UUID'));
}
?>

Change log

r63 by goo...@signpostmarv.name on Jan 13, 2009   Diff
forgot to add component to default config
Go to: 
Project members, sign in to write a code review

Older revisions

r62 by goo...@signpostmarv.name on Jan 13, 2009   Diff
newline conversion, updating docs,
committing collection.php
r58 by goo...@signpostmarv.name on Nov 22, 2008   Diff
committing changes to UHU5 and new
documentation
r48 by goo...@signpostmarv.name on Jul 20, 2008   Diff
[No log message]
All revisions of this file

File info

Size: 2031 bytes, 36 lines
Powered by Google Project Hosting