6.1. Introduction

You have a model system, but now you need to present individual model records to the end user for editing, then validate the submitted data and save the record. You can do this using the form objects that the record object generates for you. In this chapter, we will:

  • Use a controller to work with a model record and get a form object

  • Discuss the structure of the form object,

  • Use view helpers to present the form object.



Local