Login
Remember
Register
Ask a Question
How to check a Form is posted or not in the Zend framework?
0
votes
asked
Apr 22, 2022
in
Zend Framework
by
sharadyadav1986
How to check a Form is posted or not in the Zend framework?
zend-form
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 22, 2022
by
sharadyadav1986
We can check whether a
form
is posted or not in
Zend Framework
in the following two ways:
Process the form submission and store it in the database.
Display a form for the user to provide details.
We utilize Zend\form to check whether a form is posted or not in a Zend framework. The Zend\Form component manages the form and form validation.
...