Classes and Objects
These PHP exercises will help you practice your expertise with object oriented programming. You will be writing your own classes and creating objects based on them.
- #1: Select Field Class and Object
- Write a class to create a select field for a user registration form.
- #2: Multiple Select Field Objects
- Expand the user registration form with multiple select fields to collect more data.
- #3: Modify Class and Validate Data
- Improve the select field class and add required fields and data validation to your user registration form.