<?php
Raise::load('core.RaiseUIControl');
/**
* AppControl abstract class
* provides global changes of RaiseUIControl in application without being directly
* affected by framework upgrades and changes. All application view controllers should
* inherit from AppControl instead of RaiseUIControl
*
* @author Sam-Mauris Yong <hellclanner at live dot com>
* @license http://www.opensource.org/licenses/bsd-license New BSD License
* @package Raise.App.Global
* @abstract
* @since 1.2
*/
abstract class AppControl extends RaiseUIControl {
}