PHP CPD (PHP Copy Paste Detector) – Detecting duplicate code in PHP files
PHP CPD (PHP Copy Paste Detector) – Detecting duplicate code in PHP files
It is a PEAR tool that makes it easier to find duplicate code in php application.
PHP CPD (PHP Copy Paste Detector) – Detecting duplicate code in PHP files
It is a PEAR tool that makes it easier to find duplicate code in php application.
What is PHP Code Sniffer: A package for syntax checking. It can check code against… Read More »PHP CodeSniffer – A tool to help writing codes as per coding standard guideline.
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 it: Invalidated input is the most common and well-known security flaws in web… Read More »Security issue-1: Invalidated Input Errors
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