summaryrefslogtreecommitdiff
path: root/idiorm.php
AgeCommit message (Expand)Author
2010-04-28Add GitHub URL to comments in main class fileJamie Matthews
2010-04-17Cleaned up and refactored internals of adding WHERE clausesJamie Matthews
2010-04-17Small refactoring of delete method to clean upJamie Matthews
2010-04-12Version 0.4Jamie Matthews
2010-04-12Added support for COUNT queriesJamie Matthews
2010-03-21Fixed small bug when new objects are created, saved, edited and then saved ag...Jamie Matthews
2010-02-26Version 0.3Jamie Matthews
2010-02-26Fixed multiple bugs in query buildingJamie Matthews
2010-02-25Allow passing username and password to PDO constructor for eg. MySQL adapterJamie Matthews
2010-02-13Correct version numberJamie Matthews
2010-02-13Clarified comments on find_one and find_manyJamie Matthews
2010-02-13Added where_like method, documentation and tests. Changing API to use alterna...Jamie Matthews
2010-02-13Added raw_query support, documentation and testsJamie Matthews
2010-02-13Added raw_where support, documentation and testsJamie Matthews
2010-02-13Improved comments for test classes, moved all testing functionality out of ma...Jamie Matthews
2010-02-13Only set up the database connection if necessaryJamie Matthews
2010-02-12ORDER BY now uses bound parametersJamie Matthews
2010-02-12Added ORDER BY to queriesJamie Matthews
2010-02-11Typo in licenseJamie Matthews
2010-02-11Cleaned up formatting slightlyJamie Matthews
2010-02-11Added delete method, fixed bug with insertsJamie Matthews
2010-02-11Now sets the ID of new created objects after saveJamie Matthews
2010-02-11Added LIMIT and OFFSET, added more documentationJamie Matthews
2010-02-10Added magic methods to allow property-style get/set accessJamie Matthews
2010-02-10Added optional id argument to find_one()Jamie Matthews
2010-02-10Changed API: made run() private, now find_one() or find_many() used to end chainJamie Matthews
2010-02-10Now correctly sets up database before saveJamie Matthews
2010-02-10Moved PDO error mode into class configurationJamie Matthews
2010-02-10Commented class constants, improved layout slightlyJamie Matthews
2010-02-10Improved comments, added license etcJamie Matthews
2010-02-09Added save functionalityJamie Matthews
2010-02-09First commitJamie Matthews