Restructure application. Add README files to clearly explain what each directory...
[rock.divinelegy.git] / app / datamappers / README.md
1 This is where datamappers go, they need to extend the datamapper abstract class.
2
3 The only thing a datamapper needs to know is how to save objects to the database. So SQL should go in a datamapper.
4
5 I want to use PDO, so a datamapper will need a PDO instance.