summaryrefslogtreecommitdiffstats
path: root/db/entity.php
AgeCommit message (Expand)Author
2014-05-12add annotations to entitiesBernhard Posselt
2014-04-19update headers to be compatible with phpdoc, slim down license text to make c...Bernhard Posselt
2014-04-08migrated database, utility, bootstrap from appframeworkBernhard Posselt
2013-03-20removed entityBernhard Posselt
2013-03-20ported entitiesBernhard Posselt
2013-03-20moved entity to the appframeworkBernhard Posselt
2013-03-20added tablename for entitesBernhard Posselt
2013-03-20use a hashmap for updated fieldsBernhard Posselt
2013-03-20throw exceptions when attributes dont existBernhard Posselt
2013-03-20correctly map table column names to propertiesBernhard Posselt
2013-03-19created a protected function to mark a field as updatedBernhard Posselt
2013-03-19added getter and setter automation and added translation for database fieldsBernhard Posselt
2013-03-19added namespaced indices for the newsappBernhard Posselt
2013-03-19added entity baseclass and pull deps if phpunit is runBernhard Posselt