summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers
AgeCommit message (Collapse)AuthorFilesLines
2008-10-26Fixed a typoRick Ellis1-1/+1
2008-10-26fixed some typosRick Ellis2-14/+2
2008-10-23(no commit message)Rick Ellis1-0/+50
2008-10-17Description was bas-ackwardRick Ellis1-5/+9
2008-10-01Fixed extra text in img() function description of the userguideDerek Allard1-2/+1
2008-09-25clarificationDerek Allard1-1/+1
2008-09-25Fixed the spelling of "Dhaka" in the timezone_menu() function of the Date ↵Derek Allard1-2/+2
helper. Added a missing quote in an example on the index page
2008-09-04removed random invisible character (ASCII 194) from HTML and PHP filesDerek Jones1-3/+3
2008-08-31typo fixDerek Allard1-1/+1
2008-08-26Added Form Validation Library and updated docsRick Ellis21-27/+70
2008-08-26Made a Loader changes so that the new validation class will work.Rick Ellis21-21/+21
Made some doc style changes
2008-08-21further whitespace fixesDerek Allard3-36/+36
2008-08-20Added descriptions for current_url() and uri_segments()Rick Ellis1-0/+12
2008-07-20guide example fix for form_hiddenDerek Allard1-1/+1
2008-07-16fixed a series of "next" and "previous" topic links that pointed to the ↵Derek Allard3-3/+3
wrong pages.
2008-07-13adds vs add typo fixDerek Allard1-1/+1
2008-06-27Moved the <label> output ability from the language library to a language ↵Derek Jones1-0/+98
helper (hotfix for 1.6.3)
2008-06-27Documented the language file use of byte_format() in the number helper.Derek Allard1-0/+5
2008-06-27Minor example fix in Number helperDerek Allard1-1/+1
Added 1.6.4 to changelog page
2008-06-27changed user guide version to 1.6.3Derek Jones20-20/+20
2008-06-26changed your-site.com to example.com doc-wideDerek Jones4-15/+15
2008-06-19added terabytes to number helperDerek Allard3-2/+104
added number helper guide pages, menus, toc, etc
2008-05-31Charset information in the userguide has been moved above title for ↵Derek Allard19-135/+135
internationalization purposes (#4614)
2008-05-25fix curly quotes in form_button exampleDerek Allard1-8/+8
2008-05-15date examplesDerek Allard1-15/+57
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-1/+1
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-08clarification note on autolink() emailDerek Allard1-1/+1
2008-05-08added symbolic_permissions() and octal_permissions() to the File helperDerek Jones1-0/+18
2008-05-08Added a Reserved Names page to the userguide, and migrated reserved ↵Derek Allard1-3/+6
controller names into it. Added a Common Functions page to the userguide for globally available functions.
2008-05-07fix up a few footnote linksDerek Allard2-5/+3
2008-05-06updated version number in user guide to 1.6.2Derek Jones19-19/+19
2008-05-06Added a Compatibility HelperDerek Jones1-0/+118
2008-05-06Flipped user guide page titles for easier recognition in tabs:Derek Jones18-18/+18
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title>
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard1-5/+14
the File Helper. Changed ( ! condition) into (! condition) within the code
2008-04-27Added the ability to include an optional HTTP Response Code in the ↵Derek Allard1-5/+8
redirect() function of the URL Helper.
2008-04-22<label for="item"> not <label id="item">Derek Allard1-2/+2
2008-04-04doc fixesDerek Allard2-130/+4
2008-04-01guide example fixesDerek Allard3-5/+5
2008-03-25doc typos and fixesDerek Allard1-1/+1
2008-03-23added a note of clarity that cookie prefixes need to be included when ↵Derek Allard1-5/+2
get_cookie is used.
2008-03-18added form_button to form helperDerek Allard1-8/+41
2008-03-15fix an exampleDerek Allard1-1/+1
2008-03-04validation error fixesDerek Allard2-2/+2
2008-02-21fix the title (thanks coolfactor)Derek Allard1-1/+1
2008-02-13fixed a typo in url_helper example, added 1.6.2 to changelogDerek Allard1-1/+1
2008-02-13Added Path Helper to table of contents and updated copyright dates for all ↵Derek Jones19-19/+19
user guide pages
2008-02-12(no commit message)Derek Allard19-19/+19
2008-02-12change 1.6.1 to 1.6.0.1Derek Allard19-19/+19
2008-02-11added Path HelperDerek Allard3-5/+105
2008-02-10added echo statements to a few helper examplesDerek Allard1-6/+6