Open jaroslavas opened 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
May you forgive import the class using a use statement. Try to import the class using use or add a leading \ to the classname
use
\
Thanks, adding \ helped.
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