<?php
/**
* File containing the ApplicationController class
*
* @package PHPonTrax
* $Id$
*/
/**
* Controller for an application
*
* The filters added to this controller will be run for all
* controllers in the application. Likewise will all the methods
* added be available for all controllers.
* @package PHPonTrax
*/
class ApplicationController extends ActionController {
}
?>