
Public Member Functions | |
| __construct ($action="", $method="post") | |
| Creates a new HTML form. | |
You can add any type of component to this container, although it is intended to contain elements of type TKFormElement and its descendants.
string: form action string: form method ('get' or 'post')
| TKForm::__construct | ( | $ | action = "", |
|
| $ | method = "post" | |||
| ) |
Creates a new HTML form.
| $action | [string]: form action | |
| $method | [string]: form method |
1.5.6