Labels
Page:
Cache
Page: Extending pimcore
Page: Magic Parameters
Page: Properties
Page: Static Helpers
Page: System Settings
Page: Versioning
Page: Website Settings
Page: Working with Sites (Multisite)
Page: Extending pimcore
Page: Magic Parameters
Page: Properties
Page: Static Helpers
Page: System Settings
Page: Versioning
Page: Website Settings
Page: Working with Sites (Multisite)
Comments (1)
Apr 20, 2011
jason fonseca says:
How do I create a form in Pimcore? I don't understand, I tried extending Zend_F...How do I create a form in Pimcore? I don't understand,
I tried extending Zend_Form creating a form like this (see below).
Called the file Application_Form_Login.php and saved it in my models/forms/ directory "
under website.
When I attempted to create a new object of type Application_Form_Login, an error told me
that the file couldn't be found. What am I doing wrong? Is this the correct way to make a form?