summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
AgeCommit message (Collapse)AuthorFilesLines
2008-08-26Made a Loader changes so that the new validation class will work.Rick Ellis23-23/+23
Made some doc style changes
2008-08-26Fixed a typoRick Ellis1-1/+1
2008-08-21(no commit message)Rick Ellis1-1/+29
2008-08-21typo in xmlrpcDerek Allard1-1/+1
2008-08-21added user_data field to sessions userguide pageDerek Allard1-0/+1
2008-08-21further whitespace fixesDerek Allard2-128/+76
2008-08-21(no commit message)Rick Ellis1-19/+50
2008-08-21(no commit message)Rick Ellis1-14/+35
2008-08-12(no commit message)Rick Ellis1-2/+13
2008-08-10image_heigth to image_heightDerek Allard1-1/+1
2008-07-16fixed a series of "next" and "previous" topic links that pointed to the ↵Derek Allard1-1/+1
wrong pages.
2008-07-16added a note re: cachingDerek Allard1-1/+2
2008-07-11fixed an exampleDerek Allard1-4/+4
2008-06-27Moved the <label> output ability from the language library to a language ↵Derek Jones1-6/+1
helper (hotfix for 1.6.3)
2008-06-27changed user guide version to 1.6.3Derek Jones23-23/+23
2008-06-26changed your-site.com to example.com doc-wideDerek Jones9-24/+24
2008-06-21documentation fix, horizontal to verticalDerek Allard1-1/+1
2008-06-20Added the ability to automatically output language items as form labels in ↵Derek Allard1-0/+10
the Language class.
2008-06-20Added get_post() to the Input class.Derek Allard1-0/+12
Documented get() in the Input class.
2008-06-13Added "Using Associative Arrays In a Request Parameter" example to the ↵Derek Allard1-1/+28
XMLRPC userguide page.
2008-05-31Charset information in the userguide has been moved above title for ↵Derek Allard23-23/+23
internationalization purposes (#4614)
2008-05-29made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify ↵Derek Jones1-2/+2
multi-column non-primary keys in table creation
2008-05-26grammar, typo and example correctionsDerek Allard2-8/+8
2008-05-25fixed a missing semi colon in pagination exampleDerek Allard1-2/+2
2008-05-21customizable query stringDerek Allard1-1/+1
2008-05-21Added support for query strings to the Pagination class, automatically ↵Derek Allard1-3/+8
detected or explicitly declared.
2008-05-18documented load->model in the Loader docsDerek Allard1-1/+9
2008-05-16fixed syntax error in code sampleDerek Jones1-2/+2
2008-05-15added ability to use xss_clean() to test images, and improved security for ↵Derek Jones1-0/+5
vectors particular to the Opera family of browsers
2008-05-13Some sweeping syntax changes for consistency:Derek Jones7-12/+12
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-12added cropping to the list of items "maintain_ratio" can be used on.Derek Allard1-1/+1
2008-05-09changed code sample for image library to be gd2 so cut-n-pasters don't ↵Derek Jones1-2/+2
accidentally use the gd library
2008-05-08added 'object' key to the XML-RPCS config allowing the passing of a class ↵Derek Jones1-4/+7
object for method calls that aren't part of the CI super object
2008-05-07doc examplesDerek Allard2-4/+4
2008-05-06updated version number in user guide to 1.6.2Derek Jones23-23/+23
2008-05-06Flipped user guide page titles for easier recognition in tabs:Derek Jones23-24/+24
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title>
2008-05-06Fixed an incorrect documentation of $this->load->language (#3520).Derek Allard1-1/+1
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard7-12/+12
the File Helper. Changed ( ! condition) into (! condition) within the code
2008-04-29Added a valid_emails rule to the Validation class.Derek Allard1-1/+6
2008-04-24changed guide examples to not use ?=, and instead use ?php echoDerek Allard3-29/+29
2008-04-22Added the ability to set CRLF settings via config in the Email class.Derek Allard1-2/+10
Added SVN commit number to changelog Fixed more guide typos and examples
2008-04-22doc clarifications, example fixes, grammar.Derek Allard4-10/+8
2008-04-10adding a title to SessionDerek Allard1-1/+1
2008-04-10doc typos / fixesDerek Allard1-2/+2
2008-04-04added constants.php file and implemented constants for file system modesDerek Jones1-2/+2
2008-04-04doc fixesDerek Allard1-2/+2
2008-03-31guide typosDerek Allard1-1/+1
2008-03-25doc typos and fixesDerek Allard1-1/+1
2008-03-23removed quotes around a boolean exampleDerek Allard1-1/+1
2008-03-19added a note of clarity for sess_destroy()Derek Allard1-0/+4