Show
Ignore:
Timestamp:
02/23/06 20:09:13 (6 years ago)
Author:
john
Message:

added in phpDoc commenting tests docs - Walt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/app/helpers/application_helper.php

    r117 r138  
    11<?php 
    2 # Anything added to this helper will be available to all templates in the application. 
    3  
     2/** 
     3 *  Helpers for the whole application 
     4 * 
     5 *  Anything added to this helper will be available to all templates in 
     6 *  the application. 
     7 * 
     8 *  @package PHPonTrax 
     9 */ 
    410?>