<?php
Raise::load('core.RaisePage');
/**
* AppPage abstract class
* provides global changes of RaisePage in application without being directly
* affected by framework upgrades and changes. All application pages should
* inherit from AppPage instead of RaisePage
*
* @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 AppPage extends RaisePage {
}