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.

Examples of building a REST API server using Zend Framework?

I'm new to Zend Framework (not to PHP), and I need to create a REST based API using Zend. I've …

php web-services zend-framework zend-rest
Display php errors when using Zend framework

I've been using Zend Framework and just living with this problem for a while, but it's now just gotten too …

php zend-framework
Writing a subquery using Zend DB

I am having some problems turning the SQL below into a Zend Db query. $select = ' SELECT s.id, i.…

sql mysql zend-framework
How do you make Zend Framework NOT render a view/layout when sending an AJAX response?

Zend's documentation isn't really clear on this. The problem is that, by default, Zend automatically renders a view at the …

ajax zend-framework layout
Zend Framework 1 vs Zend Framework 2 performance

Zend Framework 2 was just released and Zend offers support for ZF1 for only 18 months from now. I know they were …

php zend-framework zend-framework2
Threads in PHP?

I am creating a web application using zend, here I create an interface from where user-A can send email to …

php multithreading zend-framework
What's the difference between __construct() and init()

I was wondering what is the difference between __construct() and init() functions in a PHP application, more particularly in a …

php zend-framework
"session has already been started...." exception in Zend Framework application

I get this error when trying to load a Zend Framework application: Fatal error: Uncaught exception 'Zend_Session_Exception' with …

php zend-framework session .htaccess zend-auth
Running a Zend Framework action from command line

I would like to run a Zend Framework action to generate some files, from command line. Is this possible and …

php zend-framework command-line
Error in cURL request: name lookup timed out

I wrote some code that fill a login form and submit it via post method. Like: $config = array( 'adapter' => …

php zend-framework curl dns zend-http-client