Changeset 1015 for trunk/system/helpers/form.php
- Timestamp:
- 11/07/2007 05:18:26 PM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/form.php
r959 r1015 76 76 } 77 77 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 91 80 * Generates hidden form fields. 81 * You can pass a simple key/value string or an associative array with multiple values. 92 82 * 93 83 * Parameters:
