我正处于制作MVC网络应用程序的早期阶段。我想尝试做Composer风格的事情。到目前为止,这是我的目录结构:public_html|-vendor||-MyVendorName|||-DomainObjectClass.php这就是我存储领域对象的地方。我也在尝试尽可能接近thisquestion的答案中的MVC我有点卡住的地方是模型、Controller、View、服务、DataMappers等的放置位置。我应该创建MyVendorName的子目录(例如MyVendoreName/DomainObjects/DomainObjectClass.php和MyVendorName/Se