string start(FormView $view, array $variables = array())
Renders the form start tag.
Example usage templates:
<?php echo $view['form']->start($form) ?>>
string start(FormView $view, array $variables = array())
Renders the form start tag.
Example usage templates:
<?php echo $view['form']->start($form) ?>>
Please login to continue.