summaryrefslogtreecommitdiffstats
path: root/user_guide
AgeCommit message (Expand)AuthorFilesLines
2008-01-18fixed bug #3260 tightened type checking before outputting MySQL field as NULLDerek Jones1-0/+1
2008-01-18added link to upgrading guideDerek Allard1-0/+1
2008-01-18Fixed a bug (#3175) preventing certain libraries from working properly when a...Derek Jones1-1/+2
2008-01-18removed $assign_to_controller - seems redundant all things consideredDerek Jones1-1/+0
2008-01-18modified download links to work with new locationDerek Jones1-11/+11
2008-01-17typo fixesDerek Allard2-2/+2
2008-01-17fixed bug #3003 preventing encryption from working with modes other than MCRY...Derek Jones1-2/+4
2008-01-17clarified capitalization of model class namesDerek Jones1-1/+1
2008-01-17typosDerek Allard2-3/+3
2008-01-17typography helper bugfix noteDerek Jones1-1/+2
2008-01-17(no commit message)Derek Allard1-0/+1
2008-01-17prefixed reserved variables of _ci_load() in order to not conflict with view ...Derek Jones1-0/+1
2008-01-17deprecated scaffoldingDerek Allard1-1/+2
2008-01-16Added Compat.php fileDerek Jones1-0/+2
2008-01-16typosDerek Allard1-2/+2
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard105-197/+2874
2008-01-15added 2 config options to the database configuration page.Derek Allard1-1/+147
2008-01-04documented the ability to have multiple selected items in form_dropdown()Derek Allard1-385/+398
2008-01-04d'oh! Incomplete example.Derek Allard1-385/+385
2008-01-04docs for form_fieldset(), form_fieldset_close(), and form_label()Derek Allard1-1/+386
2008-01-02Documented distinct() in Active Record.Derek Allard2-1/+9
2008-01-01Fixed a bug in get_filenames() in the File Helper where the array wasn't clea...Derek Allard1-0/+1
2007-12-31Fixed a bug in _object_to_array that broke some types of inserts and updates.Derek Allard1-0/+1
2007-12-31Fixed a bug in Validation where individual error messages for checkboxes wasn...Derek Allard1-0/+1
2007-12-28Added the ability to use aliases with joins in Active Record.Derek Allard1-0/+1
2007-12-26example fixDerek Allard1-3/+3
2007-12-22typoDerek Allard1-1/+1
2007-12-22typos fixesDerek Allard3-5/+3
2007-12-21Added Zip Encoding Class to the table of contents of the userguide.Derek Allard2-1/+3
2007-12-20Added the ability to pass an array of tables to the delete() statement in Act...Derek Allard2-8/+11
2007-12-20fixed typo: $field_names[] vs $Ffield_names[]Derek Allard1-0/+1
2007-12-20Changed the behaviour of variables submitted to the where() clause with no va...Derek Allard1-0/+1
2007-12-19where_in_or became or_where_in(), where_not_in_or() became or_where_not_in() ...Derek Allard1-4/+14
2007-12-19Added support for limit() into update() and delete() statements in Active Rec...Derek Allard1-1/+1
2007-12-19Added support for limit() into update() statements in Active Record.Derek Allard1-0/+1
2007-12-19Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to Act...Derek Allard2-18/+25
2007-12-19(no commit message)Derek Allard1-1/+1
2007-12-19Added where_in() to Active Record.Derek Allard2-3/+24
2007-12-18Added 'random' as an order_by() option in Active Record.Derek Allard2-7/+9
2007-12-18Added count_all_results() function to Active Record.Derek Allard2-1/+13
2007-12-17Added a third parameter to Active Record's like() clause to control where the...Derek Allard2-1/+620
2007-12-17Fixed a typo in the image language file "suppor" to "support".Derek Allard1-1/+499
2007-12-17updated a few changesDerek Allard1-1/+1
2007-12-17Added form_reset() function to form helper.Derek Allard2-339/+2
2007-12-14Fixed an example of accept_charset() in the User Agent Library.Derek Allard2-202/+2
2007-12-14Fixed a typo in the table library docs.Derek Allard2-293/+2
2007-12-11Fixed a bug in highlight_pharse() that caused an error with slashes.Derek Allard1-1/+1
2007-12-10typo fix in exampleDerek Allard1-612/+1
2007-12-10modified an example that may cause confusion.Derek Allard1-1/+1
2007-12-09userguide fixes, typos, examples.Derek Allard4-679/+4