anvil_php/config.php

14 lines
301 B
PHP
Raw Normal View History

2012-06-11 17:08:59 +00:00
<?php
// This is the controller that will be hit by default
$default_controller = "welcome";
// Global Model Includes
// These are Models that we ALWAYS want loaded
$global_models = array();
// Global Library Includes
// These are Libraries that we ALWAYS want loaded
$global_libraries = array();