Logging Service levels – How it should be in Your Application
Logging Service Objective: Logging in an application should not be just for the sake of… Read More »Logging Service levels – How it should be in Your Application
Logging Service Objective: Logging in an application should not be just for the sake of… Read More »Logging Service levels – How it should be in Your Application
What is PHP APC: Alternative PHP Cache, one of the most popular caching mechanism for… Read More »Using APC(Caching Mechanism) with PHP.
Download and Extract the PHP library to the same directory level where the PHP script… Read More »File upload via SFTP using php
What is PHP Built-in web server: As of PHP 5.4.0, PHP provides a built-in web… Read More »PHP Built-in web server
Sometimes user copy pastes complete HTML content having CSS styles and HTML elements inside a… Read More »Style attribute of html editor lost in Codeigniter
What is Gearman: Gearman provides a distributed application framework for work with multiple machines or… Read More »PHP Gearman
Sometimes while doing soap call, it does not return the response result due to an… Read More »SOAP: looks like we got no XML document
It is very easy to use DATE_FORMAT in simple MySQL query like: $sql = select… Read More »Using DATE_FORMAT in Zend_DB query in Zend Framework
Create a static function for sort inside class: private static function merchantSort($a,$b) { … Read More »Using usort in php OOPS
If Nothing Works Except the Home Page of ZF1 and ZF2 projects and display 404… Read More »Fix Page not found error for Zend Framework