3 require_once(AK_LIB_DIR
.DS
.'AkActionController.php');
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
12 * @package ActionController
16 class ApplicationController
extends AkActionController