Emagister / zend-form-decorators-bootstrap

Zend_Form decorators for Twitter's Bootstrap UI
http://emagister.github.com/zend-form-decorators-bootstrap
168 stars 79 forks source link

How to use with ZEND 1.x #108

Open dawez opened 10 years ago

dawez commented 10 years ago

Seems that I cannot use this with ZEND 1.x . Is this supposed to work also with ZEND 1.x ?

I tried to put in the application.ini:

autoloaderNamespaces.Twitter = "Twitter_"

And then when I try to use the form I get the message:

Warning: include_once(Twitter/Bootstrap/Form/Vertical.php): failed to open stream: No such file or directory in /home/user/work/zend_projectdir/library/Zend/Loader.php on line 146

Did I miss anything ?

divinoro commented 10 years ago

Where did you placed that exactly ?