root

Changeset 312

Show
Ignore:
Timestamp:
10/17/08 18:59:07 (2 years ago)
Author:
wbond
Message:

Work on variable parameter documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fCRUD.php

    r311 r312 Hide Line Numbers
    147147     * Gets the current value of a search field 
    148148     *  
    149      * If a value === '' and no cast to is specified, the value will become NULL. 
    150      *  
    151      * If a query string of '?reset' is passed, all previous search values will 
     149     * If a value is an empty string and no cast to is specified, the value will 
     150     * become `NULL`. 
     151     *  
     152     * If a query string of `?reset` is passed, all previous search values will 
    152153     * be erased. 
    153154     *  
     
    180181     *  
    181182     * @param  string $possible_column  The columns that can be sorted by, defaults to first 
    182      * @param  string ...               Any number of columns 
     183     * @param  ... 
    183184     * @return string  The column to sort by 
    184185     */