php - Zend 2 Form Issue -
i have updated framework 2.3.1. form classes showing following error in phpstrom.
class must declared abstract or implement method 'setoption'
what should ?
you extending class not \zend\form\form there no errors default zend form class.
try check instance of form extends. check use statements , check modules \zend\form\form overloads.
Comments
Post a Comment