Skip to content

Commit 4700500

Browse files
committed
Made base controller optional
1 parent 3eacf77 commit 4700500

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/config.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@
2828
}
2929

3030
// Required files
31-
require_once ROOT_DIR . '/library/Loader.php';
3231
require_once ROOT_DIR . '/library/Exceptions.php';
32+
require_once ROOT_DIR . '/library/Loader.php';
33+
require_once ROOT_DIR . '/library/Model.php';
3334
require_once ROOT_DIR . '/library/Router.php';
35+
// ZF base controller (optional)
3436
require_once APP_DIR . '/controllers/Controller.php';
3537

3638
// Include path

0 commit comments

Comments
 (0)