Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
arguments
|
|
|
|
|
|
|
|
|
|
if the field has already been prepped
|
|
processed, to prevent encoding and prep from occurring more than once
|
|
input when called back into a form element
|
|
|
|
|
|
multiselect fields, and to make it a bit more semantically correct to boot
|
|
|
|
correctly
|
|
form helper.
|
|
|
|
|
|
|
|
|
|
A few doc typo fixes
|
|
|
|
with numeric field names
|
|
|
|
|
|
|
|
a minor re-ordering of the changelog
|
|
|
|
|
|
|
|
|
|
|
|
arrays or strings as arguments.
|
|
(! foo) changed to ( ! foo)
|| changed to OR
changed newline standardization code in various places from preg_replace to str_replace
|
|
of the file
|
|
|
|
|
|
default.
|
|
the File Helper.
Changed ( ! condition) into (! condition) within the code
|
|
|
|
* modified Loader to check for prefixed helpers in application/helpers folder
* surrounded provided helper functions with if (! function_exists('foo')) conditionals so the user's helper functions take precedent.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|