How to create model file in zend framework?
Answer / Deepa Singh
To create a new model class, you can use ZendStdlibHydratorObjectProperty and ZendDbTableGateway to manage the database interaction. However, there is no specific command for creating model files like in ORM frameworks. You would typically create a new PHP file in your application's models directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to disable layout from controller in zend framework?
Why does the zend framework project have a cla at all?
How to check whether a form posted or not in the zend framework?
What is the purpose of autoloader in zend framework?
Does zend framework support php 4?
What are the features of zend framework?
Explain why are in-built libraries used for the web services?
how do you protect your site from sql injection in zend when using select query?
Which class extend the zend model? Zend_db_table_abstract
What are decorators in the zend framework?
What is a module in zend framework 2?
How to write a program that performs the calculations using the sql function?