Top "Zend-framework" questions

Zend Framework is an open source, object-oriented web application framework implemented in PHP 7.1 and licensed under the New BSD License.

Change an associative array into an indexed array / get an Zend_Table_Row_Abstract as non-associative

Hi out there in Stackland. I was wondering if there was either a function or an easy way to change …

php zend-framework associative-array associative
last insert id with zend db table abstract

variable $tablemodel in an instance of a model which extends Zend_Db_Table_Abstract, if i do $tablemodel->insert($…

php zend-framework insert zend-db
How to switch layout files in Zend Framework?

I'm sure it's a simple one-liner, but I can't seem to find it. How can I use a different layout …

php zend-framework layout zend-view zend-layout
Models in the Zend Framework

What are some of the ways you have implemented models in the Zend Framework? I have seen the basic class …

php model-view-controller zend-framework model
Zend Framework how to set headers

I have a question, how can I do something like this: header("Content-Disposition: inline; filename=result.pdf"); header("Content-type: application/…

php zend-framework
How update a database table record in Zend?

I am using select like this and it is fetching record successfully: $table = new Bugs(); $select = $table->select(); $select-&…

php mysql sql zend-framework zend-db
How to create WHERE IN clause with Zend_Db_Select

So I am trying to accomplish something like this: SELECT * FROM table WHERE status_id IN (1,3,4); using Zend_Db_Select... …

zend-framework zend-db
Zend - how to disable layout on a given action?

I have the following controller that, among other methods it has this one: class EquipasController extends OccControllerAction { public function listaAction() { $…

zend-framework layout views zend-view zend-layout
Sending variables to the layout in Zend Framework

In my project I have a number of dynamic elements that are consistently on every page. I have put these …

zend-framework layout zend-view
How to install Zend Framework on Windows

"installing Zend Framework is so easy!!!!" yeah right... Ok I'm working with a beginner's book and the ONE thing that …

php zend-framework