summaryrefslogtreecommitdiffstats
path: root/Db.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Added Namespace (#1)HEADorigin/masterorigin/HEADmasterHodel12018-03-071-0/+4
| | | | * Added Namespace
* Update Db.class.phpJamie Cressey2015-12-211-1/+1
| | | Fix unicode problem
* Update Db.class.phpJamie Cressey2015-03-101-2/+2
| | | We should be capturing exceptions in our code, not printing meaningless text
* Update Db.class.phpjayc892014-11-281-1/+0
|
* Pass vars to the class2.0.0Jamie Cressey2014-10-191-6/+18
|
* Update Db.class.phpCoinsortium2014-10-131-1/+1
|
* Update Db.class.phpjayc892014-10-071-1/+1
| | | Dont print our exception from here
* Update Db.class.phpjayc892014-10-071-1/+1
| | | Allow our app to handle exceptions
* Update Db.class.phpjayc892014-09-181-2/+2
|
* typoJamie Cressey2014-07-051-1/+1
|
* Clean up for my needsJamie Cressey2014-07-051-3/+3
|
* Update Db.class.phpIndieteq2014-07-011-3/+4
| | | Edited some comments
* Update Db.class.phpCallum West2014-06-271-2/+3
| | | Added option for "SHOW" query, and changed requirement to check for first 6 letters. Not all query types are words with 6 letters.
* Update Db.class.phpAlex2014-06-181-1/+1
| | | git url
* Update Db.class.phpIndieteq2014-01-081-1/+1
|
* UTF8, Query method fixIndieteq2014-01-061-5/+8
| | | | | When pdo object is initialized the encoding is set to utf8. when writing sql statements with lower case the query method will call the correct method instead of returning null.
* Update Db.class.phpIndieteq2014-01-031-1/+1
|
* Added close connection methodeIndieteq2014-01-031-0/+11
|
* Added lastinsertId methodIndieteq2013-11-101-3/+12
| | | And fixed the sql writing to log.
* Update Db.class.phpIndieteq2012-12-091-1/+1
|
* Update Db.class.phpIndieteq2012-11-101-1/+1
|
* Update Db.class.phpIndieteq2012-11-101-210/+210
|
* Update Db.class.phpIndieteq2012-11-101-8/+8
|
* Update Db.class.phpIndieteq2012-10-171-1/+1
|
* Update Db.class.phpIndieteq2012-10-171-26/+26
|
* Update Db.class.phpIndieteq2012-10-171-19/+19
| | | Fixed the tab spacing
* The database filesIndieteq2012-10-171-0/+242