Domain Model
デザインパターンとData Mapper
デザインパターンに関する次の記事を読みました。
- http://phpmaster.com/building-a-domain-model/
- http://phpmaster.com/integrating-the-data-mappers/
- http://www.devshed.com/c/a/MySQL/Building-an-ORM-in-PHP/
- http://www.devshed.com/c/a/MySQL/Building-an-ORM-in-PHP/1/
one-to-one
関係はとても簡単です。many-to-many
どうすればサポートを組織できるか、誰か説明してもらえますか?
例: posts
、images
およびのツリー テーブルがあります。posts_href_images
最後のテーブルは、many-to-many
投稿と画像の関係をサポートするテーブルです。