Removing the BSVariableRegistry and instead making public static vars in BSApp for...
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 13 Jan 2008 21:37:31 +0000 (13:37 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 13 Jan 2008 21:37:31 +0000 (13:37 -0800)
commit59fd141e081766718dcf747529f58be3cf818942
tree76de7731ea86fe0fdf4afd911adbc2f2689c881c
parent4a60b5bab4a61e0053ef8dbd47d93bb7ee49e2ce
Removing the BSVariableRegistry and instead making public static vars in BSApp for the necessary inter-linking modules

* Api.php: No longer use BSApp::registry() but rather just the cvars
* App.php: Make the ivars cvars so we no longer need singleton stuff
(BSApp::_instance): Removed
(BSApp::registry): Removed
(BSApp::load_module): Removed, just directly instantiate now
(BSApp::required_modules): Removed
(BSVariableRegistry): Removed
* Input.php: Use cvars instead of the BSApp::registry()
* Installer.php: ditto
* Mail.php: ditto
* Pagination.php: ditto
* Template.php: ditto
Api.php
App.php
Input.php
Installer.php
Mail.php
Pagination.php
Template.php