Zend Framework 2 – How to use Facebook PHP SDK
Working on a Facebook application with Zend Framework 2 for my client, I experienced the issue with loading 3rd party libraries, in this case the facebook php sdk. I thought it would be easy, just use...
View ArticleZend Framework 2 and Subfolders
Zend Framework 2 is a big step forward compared to the previous version. Rob Allen also created the Zend Skeleton application you could use as a start point for your own development. The Zend Skeleton...
View ArticleXoops/Pi Engine Introduction
Pi Engine Pi Engine is a role oriented application development engine for web and mobile, designed as the next generation and a successor to Xoops. Pi is developed upon PHP and MySQL with selected...
View ArticleZend Framework 2.2.0 Stable Released
The Zend Framework community released Zend Framework 2.2.0 Stable and this is the first stable release in the 2.2 series. Usability and Consistency The primary focus of the 2.2 release has been...
View ArticleZF2 – Split Module Configuration in Several Files
It is common situation to have too many configuration options in a single ZF2 module config file so it will be not so easy to manage all of them. In this situation the best solution is to split config...
View ArticleZend Framework 2 Tool (ZFTool) Tutorial
ZFTool is an utility module for maintaining modular Zend Framework 2 applications. It runs from the command line and can be installed as ZF2 module or as PHAR. Features - Class-map generator - Listing...
View ArticleZend Framework 2 – Invokables vs. Factories vs. Services
Beginners in Zend Framework 2 can see using “strange” config keys such as factories, services and invokables in many configuration files. For example: ... 'invokables' => array(...
View ArticleZend Framework 2.2.1 Released
The Zend Framework community announced the immediate availability of Zend Framework 2.2.1! Packages and installation instructions are available at: http://framework.zend.com/downloads/latest This is...
View ArticleZend Framework 2.2.3 Released
The Zend Framework community is pleased to announce the immediate availability of Zend Framework 2.2.3! Packages and installation instructions are available at:...
View Article