Skip to content

Commit

Permalink
Pulling App out into its own file. Trying to stick with one class per…
Browse files Browse the repository at this point in the history
… file conventions.

Removing class_exists check, as Set is loaded during the framework
bootstrap.
  • Loading branch information
markstory committed Nov 14, 2010
1 parent 8e29595 commit 1b89547
Show file tree
Hide file tree
Showing 3 changed files with 882 additions and 867 deletions.
1 change: 1 addition & 0 deletions cake/bootstrap.php
Expand Up @@ -29,6 +29,7 @@
require LIBS . 'exceptions.php'; require LIBS . 'exceptions.php';
require LIBS . 'object.php'; require LIBS . 'object.php';
require LIBS . 'inflector.php'; require LIBS . 'inflector.php';
require LIBS . 'app.php';
require LIBS . 'configure.php'; require LIBS . 'configure.php';
require LIBS . 'set.php'; require LIBS . 'set.php';
require LIBS . 'cache.php'; require LIBS . 'cache.php';
Expand Down

0 comments on commit 1b89547

Please sign in to comment.