PHP Class Action_Helper_Form

Inheritance: extends Zend_Controller_Action_Helper_Abstract
Show file Open project: sourcefabric/newscoop

Public Methods

Method Description
direct ( string $name ) : Zend_Form Get form by given name
init ( )

Method Details

direct() public method

Get form by given name
public direct ( string $name ) : Zend_Form
$name string
return Zend_Form

init() public method

public init ( )