Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 15 View Live
↧

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 Article


Gonzalo 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 Article


Lorna 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 Article

Project: 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 Article

Christopher 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 Article


Phil 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 Article

Carl 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 Article

Codacy.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 Article


SitePoint 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 Article


Efficient 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
Browsing latest articles
Browse All 15 View Live