Gonzalo Ayuso's Blog: Performance analysis using bind parameters with PDO and...
Gonzalo Ayuso has posted the results of some performance testing he did with bind parameters in a PDO-based request for his application. Some months ago a work mate asked me for the differences...
View ArticleGonzalo Ayuso's Blog: Performance analysis fetching data with PDO and PHP.
Gonzalo Ayuso has a new post to his blog today with the results of some performance analysis he ran when fetching data with PHP and PDO. Fetching data from databases is a common operation in our work...
View ArticleLorna Mitchell's Blog: PHP Static Analysis Tool Usage
In an informal poll Lorna Mitchell recently asked fellow developers to weigh in on what static analysis tool they used on their code. She's posted the results to her blog today with one of the tools...
View ArticleProject: PHPHint.org - Online PHP Code Analysis
Klaus Silveira has submitted a project he's come up with to help PHP developers detect problems in their code via a web-based application - PHPHint.org. PHPHint is a community-driven, quick and easy...
View ArticleChristopher Martinez: Static code analysis tools for PHP
Christopher Martinez has a recent post to his site that covers some of the static analysis tools available for PHP including the PHP Mess Detector, PHP CodeSniffer and the PHP Analyzer. I believe in...
View ArticlePhil Sturgeon: PHP Static Analysis in Sublime Text
Phil Sturgeon has put together a new post for his site showing you how to set up static analysis of PHP code in the Sublime Text editor using various tools. Coding Standards have been around for the...
View ArticleCarl Vuorinen: Installing SonarQube with Jenkins integration for a PHP project
Carl Vuorinen has posted a tutorial about getting SonarQube to run on your codebase (with the help of Jenkins). SonarQube runs statics on your application including lines of code, number of classes,...
View ArticleCodacy.com: Review of PHP Static Analysis Tools
The Codacy.com blog has posted a review of various static analysis tools for PHP-based applications. These tools can help provided quality and consistency in your code in a more automated way....
View ArticleSitePoint PHP Blog: Analyzing a PHP Project with Jenkins
The SitePoint PHP blog has posted the latest part in their Jenkins+PHP series today. In this new article (the final part in the series) they use the Jenkins setup they've walked you through already...
View ArticleEfficient Chinese Search with Elasticsearch
On the SitePoint PHP blog a new tutorial has been posted showing you how to effectively search Chinese content with ElasticSearch. ElasticSearch is a "powerful open source search and analytics engine...
View Article