During software development it's often tedious to map properties from one object to another. For example, if you have objects for your view on one side, and database objects on the other, and you have to get the values out of the database objects into the view objects.
This article shows you how you can simplify this task by using my self-written free and open source PHP AutoMapper library.