Search code examples
phpframeworksdto

DTO framework for PHP


Is there any PHP framework to manage DTO (Data Transfer Object) and the mapping of DTOs to the Domain Model ?

Thanks


Solution

  • I found a tutorial explaining the implementation of this paradigm, it may help a little.

    Or if you are interested to solve your problem with other paradigms:

    Perhaps, if you wish, you can be useful to use the PEAR package. Specifically, the MDB2 package (database abstraction layer), which implements the abstraction layer to the database.