- <?php
- /**
- * Filters for all controllers
- *
- * 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
- * $Id$
- */
-
- /**
- * @package PHPonTrax
- */
- class ApplicationMailer extends ActionMailer {
-
- }
-
- ?>