Jon, I just watched your vids on 1-many and many-many and I do have some questions. Let me start by saying I am not a prof. developer. I just play around with php/mysql/ and am new to zf.
1) I noticed you created a UserService in Libarary/App and it seems to me that is really what is referred to as a Model? Why not in the Model dir?
2) I have a project I am working on (School Management System) and currently it uses MyISAM db . Should I use innodb? I really don't know much about transactions and my relationships are all dealt with in the code rather than the db. Watching you vids I see you can put the constraints in the db itself... Cool.
Anyway, thanks for the vids. Very nice. I also like that you did not edit out the "Ooops's" as it shows what to do when errors arise, and they always do...