Experimental form action helper

We've just created an experiment form action helper which loads form classes inside a module or application and we need people to try it out and give feedback.

<?php
class FooController extends Zend_Controller_Action
{
    public indexAction()
    {
        $formHelper = $this->getHelper('Form');
 
        // Loads forms/Bar.php
        $form = $formHelper->create('Bar');
    }
}
 

Docs are here: Form action helper docs

Comments (1)add comment

Fordnox said:

Works perfectly for me smilies/wink.gif
 
report abuse
vote down
vote up
November 08, 2008 | url
Votes: +0

Write comment
quote
bold
italicize
underline
strike
url
image
quote
quote
smile
wink
laugh
grin
angry
sad
shocked
cool
tongue
kiss
cry
smaller | bigger

busy