summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pass vars to the class2.0.0Jamie Cressey2014-10-191-6/+18
|
* Update composer.jsonjayc892014-10-181-1/+2
|
* Update composer.jsonjayc892014-10-181-0/+10
|
* 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
|
* Syntax errorJamie Cressey2014-09-161-1/+1
|
* Changes to composerJamie Cressey2014-09-161-4/+7
|
* Merge branch 'master' of github.com:jayc89/php-mysql-pdo-database-classJamie Cressey2014-09-164-0/+605
|\
| * Update logs pathJamie Cressey2014-07-061-1/+2
| |
| * typoJamie Cressey2014-07-053-67/+1
| |
| * Clean up for my needsJamie Cressey2014-07-057-239/+5
| |
| * Update Db.class.phpIndieteq2014-07-011-3/+4
| | | | | | Edited some comments
| * Merge pull request #17 from Allerion/masterIndieteq2014-07-011-2/+3
| |\ | | | | | | Update Db.class.php, Support for show queries.
| | * 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.
| * Merge pull request #15 from Assada/patch-2Indieteq2014-06-211-2/+2
| |\ | | | | | | Update Log.class.php URL
| | * Update Log.class.phpAlex2014-06-181-2/+2
| | |
| * | Merge pull request #14 from Assada/patch-1Indieteq2014-06-211-1/+1
| |\ \ | | |/ | |/| Update Db.class.php URL
| | * Update Db.class.phpAlex2014-06-181-1/+1
| |/ | | | | git url
| * BEER LICENSEIndieteq2014-04-141-0/+7
| |
| * License shizIndieteq2014-04-141-0/+4
| |
| * PDO slow loadingIndieteq2014-01-281-1/+2
| | | | | | PDO might load slow when the user specifies localhost as host in the settings.ini.php file. Use 127.0.0.1 instead to resolve this problem.
| * 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.
| * The settings.ini file isn't readable anymore ( from the browser)Indieteq2013-10-201-1/+2
| |
| * Fixed relative path problemIndieteq2013-10-181-1/+1
| | | | | | It's now possible to require the easyCRUD class file from any file from any folder.
| * Added some Aggregate method examplesIndieteq2013-09-091-4/+20
| | | | | | Added some Aggregate method examples
| * Added aggregate functionsIndieteq2013-09-091-1/+27
| | | | | | Added Aggregate methods such as : min, max, avg, sum etc
| * Show some resultsIndieteq2013-08-311-0/+13
| |
| * Update README.mdIndieteq2013-08-311-1/+3
| |
| * Renamed index.example.php to index.phpIndieteq2013-08-301-1/+1
| | | | | | You'll instantly see the results if you browse to the folder.
| * ComposerIndieteq2013-01-191-0/+6
| |
| * Update Log.class.phpIndieteq2012-12-091-1/+1
| |
| * Update Db.class.phpIndieteq2012-12-091-1/+1
| |
| * Update README.mdIndieteq2012-11-211-0/+3
| |
| * Update README.mdIndieteq2012-11-151-10/+7
| |
| * Update README.mdIndieteq2012-11-151-1/+1
| |
| * Update README.mdIndieteq2012-11-141-4/+8
| |
| * Update README.mdIndieteq2012-11-141-3/+11
| |
| * Update README.mdIndieteq2012-11-141-0/+16
| |
| * fixed bug in easyCRUDIndieteq2012-11-133-13/+20
| |
| * Update README.mdIndieteq2012-11-131-4/+5
| |
| * Update README.mdIndieteq2012-11-131-24/+39
| |
| * Update README.mdIndieteq2012-11-131-5/+6
| |
| * Update README.mdIndieteq2012-11-131-0/+8
| |
| * Added some usefull infoIndieteq2012-11-131-2/+198
| |
| * Update easyCRUD/index.phpIndieteq2012-11-121-22/+22
| |
| * SQL dump and Example PHP fileIndieteq2012-11-122-0/+85
| |
| * Update Log.class.phpIndieteq2012-11-121-2/+2
| |
| * Update Db.class.phpIndieteq2012-11-101-1/+1
| |
| * Update Db.class.phpIndieteq2012-11-101-210/+210
| |
| * Update Log.class.phpIndieteq2012-11-101-38/+38
| |
| * Update Log.class.phpIndieteq2012-11-101-6/+6
| |
| * Update Log.class.phpIndieteq2012-11-101-1/+1
| |
| * Update Db.class.phpIndieteq2012-11-101-8/+8
| |
| * Update easyCRUD/index.phpIndieteq2012-11-101-21/+14
| |
| * Update easyCRUD/easyCRUD.class.phpIndieteq2012-11-101-1/+1
| |
| * 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-176-0/+465
| |
| * Initial commitIndieteq2012-10-171-0/+4
|
* Adding composerJamie Cressey2014-09-161-0/+6