PHP 5.6 comes with some new features. This post is to preview the Variadic functions This new feature looks as follows:
PHP 5.6 comes with some new features. This post is to preview the Argument unpacking.
When my certificate identity expired recently, I had to renew it. This was completed successfully, but when I tried to build/run my new iPhone application, I got the following error:…
The SplFileObject is a replacement object oriented approach for php filesystem functions. Not all of the functions are part of the SPL classes. fputcsv() is only available from PHP 5.4…
Symfony2 has many useful command lines to help you. The command lines can assist you with Symfony2 development and saves time when you are coding. I have listed below a…
Widget to display a summary of answers you have posted in StackOverflow. It will display the question’s title, the answer’s score, and the time the answer was last edited. You…
Overview I have released a new extension for the Magento E-commerce system. The extension is a replacement for my first extension “Magento JQZoom”. The new extension has more features including:…
Design customisation for CMS page: Adding custom CSS class name in the body tag Remove a block area_name: is the name of the section in a page layout. For example…
In my Zend Framework application I wanted a bootstrap class for every module. Each bootstrap class will instantiate confirguration specific for each module. You do not have to add a…
How to create and modify elements in Zend_Form on fly? Lets say we have a form that creates a customer address. The form has the following fields: Country (select element)…