Initial stab at moving base.php code into Application.php
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 7 Aug 2009 18:17:37 +0000 (12:17 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 11 Aug 2009 18:48:19 +0000 (12:48 -0600)
commitf0daa2470ea069c3488276d2ecb1f92c6fdc86b3
treecfd88015d5d9c3ae1eb0da4ecd4896f0785f6b2e
parent0a8530faa654b2104e4f919a4be45959aab0343d
Initial stab at moving base.php code into Application.php

Using IMP as a test case.

Proposed usage:
Every application script directly require_once's Application.php
This inits HORDE_BASE and Autoloading.
To init app, call new ***_Application(array('init' => $foo))
where $foo is either true or an array of options to pass to init().

lib/base.local.php is now config/horde.local.php
37 files changed:
imp/acl.php
imp/ajax.php
imp/attachment.php
imp/compose-dimp.php
imp/compose-mimp.php
imp/compose.php
imp/contacts.php
imp/fetchmailprefs.php
imp/filterprefs.php
imp/folders-mimp.php
imp/folders.php
imp/index-dimp.php
imp/index.php
imp/lib/Api.php
imp/lib/Application.php
imp/lib/Auth.php
imp/lib/Block/Foldersummary.php
imp/lib/Block/Newmail.php
imp/lib/Block/summary.php
imp/lib/Block/tree_folders.php
imp/lib/IMP.php
imp/lib/base.load.php [deleted file]
imp/lib/base.php [deleted file]
imp/mailbox-mimp.php
imp/mailbox.php
imp/message-dimp.php
imp/message-mimp.php
imp/message.php
imp/pgp.php
imp/rss.php
imp/saveimage.php
imp/search.php
imp/smime.php
imp/stationery.php
imp/test.php
imp/thread.php
imp/view.php