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
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 ?