PHP on T R A X
Rapid Application Development Made Easy

Helpers::FormTagHelper


Provides a number of methods for creating form tags that doesn’t rely on conventions with an object assigned to the controller like FormHelper does. With the FormTagHelper, you provide the names and values yourself.

NOTE: The html options disabled, readonly, and multiple can all be treated as booleans. So specifying "disabled" => true will give disabled="disabled".

Public Methods