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.

Add some html to Zend Forms

Im looking for a simple bit of code that will let me add the following html into my zend form: &…

php zend-framework zend-form
How do I add more than one row with Zend_Db?

I have an array with information which looks more or less like this: $data[] = array('content'=>'asd'); $data[] = array(…

php mysql zend-framework zend-db zend-db-table
Call to a member function on a non-object

I'm working through Practical Web 2.0 Appications currently and have hit a bit of a roadblock. I'm trying to get PHP, …

php zend-framework smarty
MySql driver not installed error for Zend application

I am trying to get my ZEND application up on my apache server running on UNIX. Initially my host didnot …

php mysql zend-framework pdo zend-db
Zend Framework: How to retrieve the id of the last inserted row?

I'm inserting a new row into my database with this code: $data = array( 'key' => 'value' ); $this->getDbTable()-&…

php zend-framework zend-db zend-db-table
How to redirect to a different controller action in Zend

I am creating a simple website where users can sign up, and then sign in and add text articles. Without …

php zend-framework zend-auth zend-acl
Equivalent of url() helper function in Zend controller

In the Zend view helper, there is the function url() for outputting a URL based on the routing tables eg $…

php zend-framework zend-form
How to do file uploads with PHP and the Zend Framework?

I am using Zend Framework 1.9.6. I think I've got it pretty much figured out except for the end. This is …

php zend-framework file-upload zend-file
How can I check if request is post in Zend Framework

I remember using something like $this->getRequest()->isPost() but it seems like there isn't such a function. …

zend-framework
DOMPDF doesn't work with external css file

I'm using Zend Framework and DOMPDF library. When I test it with inline css everything works perfectly. But when I …

css zend-framework dompdf