Answer Posted / Rashmi Srivastava
In Zend Framework, you can create an object of a model by using the `new` keyword followed by the model's class name. Here's an example:n1. Assume you have a model named MyModel.php located in Application/Models.n2. To create an object, use: `$model = new Application_Models_MyModel();`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers