Lesson 13 - Form framework for PHP - Form
In the previous lesson, Form framework for PHP - InputBox, we created and tested our first form control. In today's tutorial, we'll start working on the form class in which controls will be placed. Once we're done, we'll be able to automate most of the things we did manually last time.
Form
Forms will be represented by the Form class, which will contain an array of its controls and methods for adding each kind of control. Last but not least, it'll contain methods for automatic rendering and validation.
Let's go ahead and create the Form class, add the array for controls, and a method for adding generic controls to the form instance:
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In this tutorial, we'll create a form class for PHP, which represents an HTML form. We'll implement the addition of various inputs and form validations.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.