Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (34 loc) · 791 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 791 Bytes

DTO Examples

Table of contents

Basic usage

$ php examples/basic_usage.php
Post "sunt aut facere repellat..." (#1) was created by author 1

Collection of DTOs

$ php examples/collection_of_dtos.php
...
Post #68 was created by author 7
Post #69 was created by author 7
Post #70 was created by author 7
Post #71 was created by author 8
...

Collection of nested DTOs

$ php examples/nested_dtos.php
Author John Doe (#1)
Posts by the author:
-- #42: Lorem ipsum
-- #43: Dolor sit amet
--------------------
Author Jane Doe (#2)
Posts by the author:
-- #7: Dolor sit amet
-- #8: Lorem ipsums
--------------------