I’ve been messing with PHP Data Mapper, trying to set up a database for my little website. I created two tables in the database: Songs and Licenses. Each License is related to one Song (one to one). Songs can be related to many Licenses, or no licenses (One to Many). I haven’t quite made it that far but I did start using github.