Zend Framework is an open source, object-oriented web application framework implemented in PHP 7.1 and licensed under the New BSD License.
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-restI've been using Zend Framework and just living with this problem for a while, but it's now just gotten too …
php zend-frameworkI am having some problems turning the SQL below into a Zend Db query. $select = ' SELECT s.id, i.…
sql mysql zend-frameworkZend's documentation isn't really clear on this. The problem is that, by default, Zend automatically renders a view at the …
ajax zend-framework layoutZend 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-framework2I am creating a web application using zend, here I create an interface from where user-A can send email to …
php multithreading zend-frameworkI was wondering what is the difference between __construct() and init() functions in a PHP application, more particularly in a …
php zend-frameworkI 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-authI would like to run a Zend Framework action to generate some files, from command line. Is this possible and …
php zend-framework command-lineI 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