/mvc/config.default.php
MVC framework default config
This is the default configuration file. You shouldn't modify anything in this file. Instead, override the constants you want in your "config.php" file.

Path to the controllers directory of your application

Default action when a controller hasn't defined its own default action.
You shouldn't have to change this.

Default controller of your application

Path to the filters directory of your application

Path to the MVC framework filters directory

Path to the MVC framework libraries directory

Path to the MVC framework directory

Path to the MVC framework views directory

Path to the models directory of your application

Controller name separator
eg. /some_request/ will be mapped to SomeRequestController

Does your application use Apache Mod Rewrite ?
- Without mod rewrite: /index.php?/some_controller/some_action/
- With mod rewrite: /some_controller/some_action/

Path to the views directory of your application