summaryrefslogtreecommitdiffstats
path: root/user_guide/general
AgeCommit message (Expand)AuthorFilesLines
2011-04-25Fixed double-space typo.Razican23-187/+187
2011-04-25Fixed #74.Razican1-0/+5
2011-04-25Fixed #243 - Changed php version in the style guide to match requirements.Eric Barnes1-1/+1
2011-04-18changeset: 2204:37301a84c8beGreg Aker1-49/+54
2011-04-18Added ENVIRONMENT to reserved constants. Fixes #196Eric Barnes1-0/+1
2011-04-07Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1Pascal Kriete28-28/+28
2011-04-07Added CLI documentation.Phil Sturgeon1-0/+150
2011-04-06Hat tip to the reactor team in the creditsPascal Kriete1-1/+2
2011-03-22Removed closing php in creating libraries. Fixes: #129Eric Barnes1-4/+4
2011-03-18Wrong title for environments page. Fixes: #135Eric Barnes1-5/+5
2011-03-11Added location of config for changing logging threshold. Fixes #120Eric Barnes1-1/+1
2011-03-11Fixed missing parentheses and added scope to examples. Fixes #103Eric Barnes1-11/+11
2011-03-10Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon2-0/+143
2011-03-10Updated version number in User Guide html.Phil Sturgeon26-26/+26
2011-03-10Added full docs for new ENVIRONMENT constant.katzgrau2-0/+143
2011-02-21Fixed docs specifying cache location (sys/cache v app/cache)Kenny Katzgrau1-2/+2
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