August 2016
Intermediate to advanced
610 pages
11h 55m
English
It's pretty easy to create a function that simply outputs a form input tag such as <input type="text" name="whatever" >. In order to make a form generator generically useful, however, we need to think about the bigger picture. Here are some other considerations over and above the basic input tag:
input tag and its associated HTML attributes<div> tag, or an HTML table <td> tagApplication\Form\Generic class. This will also later serve as a base class for specialized form elements:namespace Application\Form; ...
Read now
Unlock full access