summaryrefslogtreecommitdiff
path: root/idiorm.php
AgeCommit message (Collapse)Author
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 ↵Jamie Matthews
alternate method calls instead of class constants to specify WHERE operator.
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 ↵Jamie Matthews
main ORM class.
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