Model View Controller (to be written / converted)¶
Property Mapping¶
- process of taking the Request Arguments (simple types) and converting them to objects
- uses the Property Mapper
- by default, safe behavior is used
- If you write a web service and do not use Fluid forms, you need to configure the property mapper correctly inside your initialize*Action methods.