summaryrefslogtreecommitdiffstats
path: root/user_guide/database
AgeCommit message (Collapse)AuthorFilesLines
2008-05-29made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify ↵Derek Jones1-2/+10
multi-column non-primary keys in table creation
2008-05-17example touch upDerek Allard1-1/+1
2008-05-14fixed bug #3419 where the 'database' setting for DSN connections was using ↵Derek Jones1-1/+4
the host portion of the URL instead of the path. Added ability to set other db config values in DSN connections via query string
2008-05-12(no commit message)Rick Ellis1-4/+11
2008-05-06updated version number in user guide to 1.6.2Derek Jones15-15/+15
2008-05-06Flipped user guide page titles for easier recognition in tabs:Derek Jones15-15/+15
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title>
2008-04-13A field fields were incorrectly commented, and or examples invalid.Derek Allard1-7/+7
2008-04-10doc typos / fixesDerek Allard2-5/+5
2008-04-07Added rename_table() into DBForge.Derek Allard1-3/+8
2008-04-06Fixed a bug that wasn't allowing escaping to be turned off if the value of a ↵Derek Allard1-22/+10
query was NULL.
2008-04-06Added the ability to prevent escaping in having() clauses.Derek Allard1-9/+17
2008-03-27typoDerek Allard1-2/+2
2008-03-25userguide note, corrections and omissionsDerek Allard4-8/+8
2008-03-25doc typos and fixesDerek Allard1-1/+1
2008-03-18html fixesDerek Allard2-3/+1
2008-03-15fix an exampleDerek Allard1-2/+0
2008-03-14source fixesDerek Allard1-8/+2
2008-03-14typosDerek Allard1-4/+0
2008-03-14typoDerek Allard1-1/+1
2008-03-11added missing DB config items from sample array in connecting documentationDerek Jones1-0/+4
2008-02-25fixed typo in sample code for protecting identifiersDerek Jones1-1/+1
2008-02-13Added Path Helper to table of contents and updated copyright dates for all ↵Derek Jones15-15/+15
user guide pages
2008-02-12(no commit message)Derek Allard15-15/+15
2008-02-12change 1.6.1 to 1.6.0.1Derek Allard15-15/+15
2008-02-06fixed an unneeded "if" call that prevented AR caching in some casesDerek Allard1-1/+1
2008-02-06typosDerek Allard1-2/+2
2008-02-06Orcacle to OracleDerek Allard1-1/+1
2008-02-05minor formatting and typo fixDerek Allard1-18/+18
2008-02-05Added and documented Active Record caching.Derek Allard1-4/+35
Made AR fully database-prefix aware
2008-02-04change version number from 1.6.0 to 1.6.1Derek Allard15-15/+15
2008-02-01change of "utility" to "forge" in breadcrumbsDerek Allard1-1/+1
2008-02-01change dbutil to dbforge in docsDerek Allard1-2/+2
2008-02-01typo fix, $this->Db to $this->dbDerek Allard1-1/+1
2008-01-30removed 'active_r' db config variable, replaced with global $active_record ↵Derek Jones2-8/+17
setting. (bug report #1834)
2008-01-29Removed support for db_backup in MySQLi due to incompatible functions.Derek Allard1-1/+1
2008-01-29example touch up, added some semicolonsDerek Allard1-3/+3
2008-01-23Added $this->db->dbprefix() to manually add database prefixes.Derek Allard1-0/+4
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones15-30/+30
2008-01-19Added attributes into <html> of userguide for valid html.Derek Allard15-15/+15
2008-01-19guide fixes, remove 1.5.5 update fileDerek Allard1-19/+7
2008-01-18ExpressionEngine Dev Team in creditDerek Allard15-15/+15
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard15-85/+450
2008-01-15added 2 config options to the database configuration page.Derek Allard1-1/+147
2008-01-02Documented distinct() in Active Record.Derek Allard1-1/+8
2007-12-20Added the ability to pass an array of tables to the delete() statement in ↵Derek Allard1-8/+10
Active Record.
2007-12-19where_in_or became or_where_in(), where_not_in_or() became or_where_not_in() ↵Derek Allard1-4/+14
for consistency Added not_like() and or_not_like()
2007-12-19Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to ↵Derek Allard1-17/+24
Active Record.
2007-12-19(no commit message)Derek Allard1-1/+1
2007-12-19Added where_in() to Active Record.Derek Allard1-3/+23
2007-12-18Added 'random' as an order_by() option in Active Record.Derek Allard1-1/+2