Fixing file upload params ($_FILES) normalization. Closes #75
[akelos.git] / app / application_controller.php
blob9fdd3592888fe678be2b2bf387642b7fc27918fd
1 <?php
3 require_once(AK_LIB_DIR.DS.'AkActionController.php');
5 /**
6 * This file is application-wide controller file. You can put all
7 * application-wide controller-related methods here.
9 * Add your application-wide methods in the class below, your controllers
10 * will inherit them.
12 * @package ActionController
13 * @subpackage Base
16 class ApplicationController extends AkActionController