Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass vars to the class2.0.0 | Jamie Cressey | 2014-10-19 | 1 | -6/+18 |
| | |||||
* | Update composer.json | jayc89 | 2014-10-18 | 1 | -1/+2 |
| | |||||
* | Update composer.json | jayc89 | 2014-10-18 | 1 | -0/+10 |
| | |||||
* | Update Db.class.php | Coinsortium | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Update Db.class.php | jayc89 | 2014-10-07 | 1 | -1/+1 |
| | | | Dont print our exception from here | ||||
* | Update Db.class.php | jayc89 | 2014-10-07 | 1 | -1/+1 |
| | | | Allow our app to handle exceptions | ||||
* | Update Db.class.php | jayc89 | 2014-09-18 | 1 | -2/+2 |
| | |||||
* | Syntax error | Jamie Cressey | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | Changes to composer | Jamie Cressey | 2014-09-16 | 1 | -4/+7 |
| | |||||
* | Merge branch 'master' of github.com:jayc89/php-mysql-pdo-database-class | Jamie Cressey | 2014-09-16 | 4 | -0/+605 |
|\ | |||||
| * | Update logs path | Jamie Cressey | 2014-07-06 | 1 | -1/+2 |
| | | |||||
| * | typo | Jamie Cressey | 2014-07-05 | 3 | -67/+1 |
| | | |||||
| * | Clean up for my needs | Jamie Cressey | 2014-07-05 | 7 | -239/+5 |
| | | |||||
| * | Update Db.class.php | Indieteq | 2014-07-01 | 1 | -3/+4 |
| | | | | | | Edited some comments | ||||
| * | Merge pull request #17 from Allerion/master | Indieteq | 2014-07-01 | 1 | -2/+3 |
| |\ | | | | | | | Update Db.class.php, Support for show queries. | ||||
| | * | Update Db.class.php | Callum West | 2014-06-27 | 1 | -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-2 | Indieteq | 2014-06-21 | 1 | -2/+2 |
| |\ | | | | | | | Update Log.class.php URL | ||||
| | * | Update Log.class.php | Alex | 2014-06-18 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #14 from Assada/patch-1 | Indieteq | 2014-06-21 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | Update Db.class.php URL | ||||
| | * | Update Db.class.php | Alex | 2014-06-18 | 1 | -1/+1 |
| |/ | | | | | git url | ||||
| * | BEER LICENSE | Indieteq | 2014-04-14 | 1 | -0/+7 |
| | | |||||
| * | License shiz | Indieteq | 2014-04-14 | 1 | -0/+4 |
| | | |||||
| * | PDO slow loading | Indieteq | 2014-01-28 | 1 | -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.php | Indieteq | 2014-01-08 | 1 | -1/+1 |
| | | |||||
| * | UTF8, Query method fix | Indieteq | 2014-01-06 | 1 | -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.php | Indieteq | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | Added close connection methode | Indieteq | 2014-01-03 | 1 | -0/+11 |
| | | |||||
| * | Added lastinsertId method | Indieteq | 2013-11-10 | 1 | -3/+12 |
| | | | | | | And fixed the sql writing to log. | ||||
| * | The settings.ini file isn't readable anymore ( from the browser) | Indieteq | 2013-10-20 | 1 | -1/+2 |
| | | |||||
| * | Fixed relative path problem | Indieteq | 2013-10-18 | 1 | -1/+1 |
| | | | | | | It's now possible to require the easyCRUD class file from any file from any folder. | ||||
| * | Added some Aggregate method examples | Indieteq | 2013-09-09 | 1 | -4/+20 |
| | | | | | | Added some Aggregate method examples | ||||
| * | Added aggregate functions | Indieteq | 2013-09-09 | 1 | -1/+27 |
| | | | | | | Added Aggregate methods such as : min, max, avg, sum etc | ||||
| * | Show some results | Indieteq | 2013-08-31 | 1 | -0/+13 |
| | | |||||
| * | Update README.md | Indieteq | 2013-08-31 | 1 | -1/+3 |
| | | |||||
| * | Renamed index.example.php to index.php | Indieteq | 2013-08-30 | 1 | -1/+1 |
| | | | | | | You'll instantly see the results if you browse to the folder. | ||||
| * | Composer | Indieteq | 2013-01-19 | 1 | -0/+6 |
| | | |||||
| * | Update Log.class.php | Indieteq | 2012-12-09 | 1 | -1/+1 |
| | | |||||
| * | Update Db.class.php | Indieteq | 2012-12-09 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Indieteq | 2012-11-21 | 1 | -0/+3 |
| | | |||||
| * | Update README.md | Indieteq | 2012-11-15 | 1 | -10/+7 |
| | | |||||
| * | Update README.md | Indieteq | 2012-11-15 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Indieteq | 2012-11-14 | 1 | -4/+8 |
| | | |||||
| * | Update README.md | Indieteq | 2012-11-14 | 1 | -3/+11 |
| | | |||||
| * | Update README.md | Indieteq | 2012-11-14 | 1 | -0/+16 |
| | | |||||
| * | fixed bug in easyCRUD | Indieteq | 2012-11-13 | 3 | -13/+20 |
| | | |||||
| * | Update README.md | Indieteq | 2012-11-13 | 1 | -4/+5 |
| | | |||||
| * | Update README.md | Indieteq | 2012-11-13 | 1 | -24/+39 |
| | | |||||
| * | Update README.md | Indieteq | 2012-11-13 | 1 | -5/+6 |
| | | |||||
| * | Update README.md | Indieteq | 2012-11-13 | 1 | -0/+8 |
| | | |||||
| * | Added some usefull info | Indieteq | 2012-11-13 | 1 | -2/+198 |
| | | |||||
| * | Update easyCRUD/index.php | Indieteq | 2012-11-12 | 1 | -22/+22 |
| | | |||||
| * | SQL dump and Example PHP file | Indieteq | 2012-11-12 | 2 | -0/+85 |
| | | |||||
| * | Update Log.class.php | Indieteq | 2012-11-12 | 1 | -2/+2 |
| | | |||||
| * | Update Db.class.php | Indieteq | 2012-11-10 | 1 | -1/+1 |
| | | |||||
| * | Update Db.class.php | Indieteq | 2012-11-10 | 1 | -210/+210 |
| | | |||||
| * | Update Log.class.php | Indieteq | 2012-11-10 | 1 | -38/+38 |
| | | |||||
| * | Update Log.class.php | Indieteq | 2012-11-10 | 1 | -6/+6 |
| | | |||||
| * | Update Log.class.php | Indieteq | 2012-11-10 | 1 | -1/+1 |
| | | |||||
| * | Update Db.class.php | Indieteq | 2012-11-10 | 1 | -8/+8 |
| | | |||||
| * | Update easyCRUD/index.php | Indieteq | 2012-11-10 | 1 | -21/+14 |
| | | |||||
| * | Update easyCRUD/easyCRUD.class.php | Indieteq | 2012-11-10 | 1 | -1/+1 |
| | | |||||
| * | Update Db.class.php | Indieteq | 2012-10-17 | 1 | -1/+1 |
| | | |||||
| * | Update Db.class.php | Indieteq | 2012-10-17 | 1 | -26/+26 |
| | | |||||
| * | Update Db.class.php | Indieteq | 2012-10-17 | 1 | -19/+19 |
| | | | | | | Fixed the tab spacing | ||||
| * | The database files | Indieteq | 2012-10-17 | 6 | -0/+465 |
| | | |||||
| * | Initial commit | Indieteq | 2012-10-17 | 1 | -0/+4 |
| | |||||
* | Adding composer | Jamie Cressey | 2014-09-16 | 1 | -0/+6 |