Hello everyone, I am here with Zend Framework tutorials.In this series, i will try to tell you about Zend Framework by using my experiences.Zend Framework will be discussed on Linux(Ubuntu). Before starting the tutorial i want to make an important reminder.I would recommend you to practise examples at the end of each subject, the more … Continue reading Zend Framework Courses-Introduction
PHP and Gearman
In this article, i will introduce you howto use gearman with php.Firstly, lets have a look at the term Gearman. Introduction Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance … Continue reading PHP and Gearman