Show
Ignore:
Timestamp:
11/07/2007 05:18:26 PM (13 months ago)
Author:
PugFish
Message:

Comments updated:

  • All comments should be converted now except a few not going into release or being replaced soon after
  • General comment cleanup, made more consistent and a few errors corrected
  • Removed comments from classes implementing interfaces, no point duplicating them
  • Renamed constructor topics

Added result_array() to Database_Result interface

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/helpers/form.php

    r959 r1015  
    7676        } 
    7777 
    78         /** 
    79          * Hidden Input Field 
    80          * 
    81          * Generates hidden fields.  You can pass a simple key/value string or an associative 
    82          * array with multiple values. 
    83          * 
    84          * @access  public 
    85          * @param   mixed 
    86          * @param   string 
    87          * @return  string 
    88          */ 
    89         /* 
    90          * Method: open 
     78        /* 
     79         * Method: hidden 
    9180         *  Generates hidden form fields. 
     81         *  You can pass a simple key/value string or an associative array with multiple values. 
    9282         * 
    9383         * Parameters: