summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
AgeCommit message (Collapse)AuthorFilesLines
2012-02-09Fixed PDOTaufan Aditya1-0/+4
2012-01-16Add SQLite3 database driverAndrey Andreev1-1/+1
2011-12-28added query grouping to Active RecordWanWizard1-61/+109
this is a feature that has been lacking for a very long time. lots of people complained about it over the years, but it never got added so you'd have to resort to handcrafted queries when you needed this feature. This is a port of code from DataMapper, in use since CI 1.6.
2011-12-26Fixing a couple of issues in documentation files that occur when running ↵Greg Aker2-9/+7
Sphinx 'make html'
2011-11-29Changed the array structure in the userguideFelix Balfoort1-16/+36
2011-11-29changed much to many in the documentationFelix Balfoort1-1/+1
2011-11-29Updated change log and and database configuration to include failoverFelix Balfoort1-0/+22
2011-10-31Fixed one-liner code on Database Connection page of userguideTimothy Warren1-4/+19
2011-10-26fix user guide active_record.rst formatting, remove old PHP 5 note, now only ↵kenjis1-6/+4
PHP 5 is supported.
2011-10-18fixed typo in AR docs. NOTE: Sphinx gives a ReST error for unknown title ↵Derek Jones1-1/+2
targets, but they do exist, and links are built properly
2011-10-14Updated to new documentation for new active record methods.Kyle Farris1-0/+108
2011-10-10incremental improvement to user guide ToCDerek Jones1-18/+14
2011-10-07Merge branch 'user_guide' of https://github.com/jwensley2/CodeIgniter into ↵Greg Aker12-94/+393
jwensley2-user_guide Conflicts: user_guide_src/source/database/configuration.rst
2011-10-07cleaning up and formatting database pagesJoseph Wensley13-111/+412
2011-10-07Adding "array" on Database Configurationpurwandi1-1/+1
2011-10-07Fix Database Configuration on User Guiderpurwandi1-50/+69
2011-10-07change hardcoded page docs to use generated onesJoseph Wensley1-34/+13
escape "http://" that was getting linked formatting some tables
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones15-0/+2311