added base controller default setup.

This commit is contained in:
Taylor Otwell
2012-02-03 08:55:04 -06:00
parent 6ed4adf6c4
commit 97fb28bd00
3 changed files with 19 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
class Home_Controller extends Controller {
class Home_Controller extends Base_Controller {
/*
|--------------------------------------------------------------------------