Top "Zend-framework2" questions

Zend Framework 2 is a PHP 5.3+ 5.4 (for Zend Framework 2.4+) or 5.5+ (for Zend Framework 2.5.0+) MVC framework and component library.

Could not open input file: composer.phar

I am trying to install zendframework using composer tool in wamp server. The following steps are done towards installation I …

php zend-framework2 composer-php
How to install PHP intl extension in Ubuntu 14.04

I have a hard time to find exact method to install PHP intl extension in Ubuntu 14.04. I tried with sudo …

php ubuntu zend-framework2
How to force composer to reinstall a library?

I'm using the ZF2 skeleton app and it has a .gitignore that prevents external libraries from being commited to git. …

php zend-framework2 composer-php
You must enable the openssl extension to download files via https

I wanted to install Zend Framework 2. So I downloaded the skeleton application. As mentioned in the ZF2 manual, we have …

php ssl openssl zend-framework2 composer-php
How to do left join in Doctrine?

This is my function where I'm trying to show the User history. For this I need to display the user's …

php doctrine-orm zend-framework2
How to access route, post, get etc. parameters in Zend Framework 2

How can I get various parameters related to the page request in zf2? Like post/get parameters, the route being …

php file-upload zend-route zend-framework2
Install and configure mod_rewrite for Apache 2 on Mac OS X for Zend Framework 2

I getting started with zend framework 2 and they have a prerequisite of an installation and configuration of mod_rewrite for …

macos apache zend-framework2
ZF2: Get url parameters in controller

I have experienced Zend Framework 1 and I've build some apps with that framework. Now, I'm experimenting Zend Framework 2, but I'm …

php zend-framework2 zend-framework-mvc
Installing Zend Framework 2 on XAMPP in Windows

I know this question may have appeared few times here and in the internet. But still I feel it is …

windows xampp zend-framework2
How to use Zend\Session in zf2?

Does anybody try zf2? I can not understand new mechanism of using sessions in zf2. How can I write and …

php session zend-framework2