Changeset 138 for trunk/trax/app/application_mailer.php
- Timestamp:
- 02/23/06 20:09:13 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/app/application_mailer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/app/application_mailer.php
r117 r138 1 1 <?php 2 # The filters added to this controller will be run for all controllers in the application. 3 # Likewise will all the methods added be available for all controllers. 2 /** 3 * Filters for all controllers 4 * 5 * The filters added to this controller will be run for all 6 * controllers in the application. Likewise will all the methods 7 * added be available for all controllers. 8 * 9 * @package PHPonTrax 10 */ 11 12 /** 13 * @package PHPonTrax 14 */ 4 15 class ApplicationMailer extends ActionMailer { 5 16
