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

Can't get autoloader to work #103

Open jaroslavas opened 11 years ago

jaroslavas commented 11 years ago

After installation via composer I get Fatal error: Class 'Calendar\Form\Twitter_Bootstrap_Form_Vertical' not found in ...

In compose/autoloadnamespaces.php there is a line 'Twitter' => array($vendorDir . '/emagister/zend-form-decorators-bootstrap'),

But that doesn't help. Any ides?

PS. Zend Framework 2.2

Maks3w commented 11 years ago

May you forgive import the class using a use statement. Try to import the class using use or add a leading \ to the classname

jaroslavas commented 11 years ago

Thanks, adding \ helped.