Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fCRUD.php
r311 r312 Hide Line Numbers 147 147 * Gets the current value of a search field 148 148 * 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 152 153 * be erased. 153 154 * … … 180 181 * 181 182 * @param string $possible_column The columns that can be sorted by, defaults to first 182 * @param string ... Any number of columns183 * @param ... 183 184 * @return string The column to sort by 184 185 */
