summaryrefslogtreecommitdiffstats
path: root/user_guide/general
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Whitespace tweaks to put code examples in line with our guidelinesPascal Kriete2-2/+2
2011-01-28updating copyrights to 2011Derek Jones26-26/+26
2011-01-20Renaming the unicode class to utf8 so we don't run the risk of violating the ...Pascal Kriete1-1/+1
2010-12-15Small tweak to the _remap documentation (see #208).Pascal Kriete1-2/+10
2010-11-14Fix #231 removing some PHP 4 doc notes from the creating libraries documentationGreg Aker1-7/+2
2010-11-14Fix #233 Change Controller to CI_Controller in the models documentationGreg Aker1-1/+1
2010-11-12Fix #230 where the validation class was referenced in the docs, not the form_...Greg Aker1-2/+2
2010-11-10Userguide tweaks to show proper PHP 5 examples and removing the compat helper...Pascal Kriete5-17/+16
2010-11-10some doc fixes to show __construct instead of CI_ControllerPascal Kriete1-17/+2
2010-11-10Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/Pascal Kriete1-1/+1
2010-11-10Updating requirements in userguideGreg Aker1-1/+1
2010-11-10Updating the reserved names docs to remove php 4 references.Pascal Kriete1-26/+1
2010-11-09Automated merge with http://hg.ellislab.com/CodeIgniter2Pascal Kriete2-1/+3
2010-11-09Adding a second parameter to _remap that contains an array of the leftover se...Pascal Kriete1-1/+2
2010-11-09Adding unicode to the list of core classes.Pascal Kriete1-0/+1
2010-11-09Updating code examples in user guide to use CI_Controller instead of ControllerGreg Aker1-4/+4
2010-11-09Fix #62 Adding CI_ prefix to Controller.Greg Aker1-10/+10
2010-10-12Automated merge with http://hg.ellislab.com/CodeIgniter2Derek Jones1-0/+4
2010-10-12Fix #83 where multiple libraries could not be loaded at once by passing an ar...Greg Aker1-0/+4
2010-10-04Cleanup of stray spaces and tabsBarry Mieny9-79/+79
2010-10-01fixed code sampleDerek Jones1-1/+1
2010-09-28fixed a bug where the Output class would send incorrect cached data for contr...Derek Jones1-1/+10
2010-09-27fixed some grammar errors in the Views documentation. Fixes #154Derek Jones1-2/+2
2010-09-14Fixed a bug #129 where Model documentation referenced parent::Model instead o...Greg Aker1-6/+6
2010-08-05Added an optional second parameter to <kbd>show_404()</kbd> to disable logging.Derek Allard1-1/+3
2010-07-05altering a few examples to be more CI driven then EE driven in styleguideDerek Allard1-11/+4
2010-07-05guide clarificationDerek Allard1-1/+1
2010-04-15Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due...Greg Aker1-0/+6
2010-03-29fixed casing of EllisLabDerek Jones26-27/+27
2010-03-28Change in the loader and driver docs to force ucfirst() on driver directory n...Greg Aker1-0/+21
2010-03-25moved application folder outside of the system folderDerek Jones3-21/+21
2010-03-22Updating docs for extending core libraries to reference the application/core ...Greg Aker1-3/+3
2010-03-11full on scaffolding removalDerek Jones5-159/+2
2010-03-10added Security class docs, cleaned up Input class for changes to bothDerek Jones1-1/+1
2010-03-10added ability to enable/disable individual sections of the ProfilerDerek Jones1-9/+81
2010-03-10initial docs for DriversDerek Jones3-1/+184
2010-03-10completely removed Plugins from CodeIgniterDerek Jones5-134/+4
2010-03-05changing docs refs to future release 2.0.0Derek Jones26-26/+26
2010-01-17doc updates, corrections and clarifications.Derek Allard1-1/+1
2010-01-17Added "default" to the list Reserved NamesDerek Allard1-0/+1
2010-01-14fixing a routing exampleDerek Allard1-8/+3
2010-01-05updated copyrightsDerek Jones26-26/+26
2009-09-22a series of clarifications of the docsDerek Allard1-1/+1
2009-09-11prep for 1.7.2 releaseDerek Jones26-26/+26
2009-08-17changes some EE references to CI in the styleguideDerek Allard1-4/+4
2009-08-17example fixDerek Allard1-1/+1
2009-07-30note of clarityDerek Allard1-1/+1
2009-07-28add is_php() to Common.phpDerek Jones1-0/+12
2009-07-11Modified show_error() to allow sending of HTTP server response codes.Derek Jones2-1/+19
2009-05-03bug fix and typo fixesDerek Allard1-1/+1