I am structuring the project in MVC. It looks like this:
- assets
- config
- controller
- core
- functions
- model
- DAO
- DTO
- view .htacess index.php
My question is: is it necessary or can you use DAO and DTO in MVC? Is it good practice to use them? If so, do they stay in the same model? and if so again, do you know any material related to this that could pass me for study purposes?