Paul Jones' Blog: Labor Day Benchmarks
Since there was such a good response to his previous framework benchmarking post, Paul Jones has come up with a fresh batch of statistics for the latest versions of several frameworks including the...
View ArticleMarc Gear's Blog: How to learn a new PHP framework
In this new blog entry Marc Gear suggests a few things that you can do to help learn a new framework quickly and easily: There are dozens of PHP frameworks around now, some attracting more attention...
View ArticleAbhinav Singh's Blog: PHP Extensions - How and Why?
Abhinav Singh has posted a guide to PHP extensions - what they are and how to write a simple "hello world" one. Assuming you have read the previous post, lets discuss on how to build our first PHP...
View ArticleAdobe Developer Connection: Integrated PHP and Flex Development with Zend...
On the Adobe Developer Connection site Richard Bates has recently posted a tutorial covering the integration of PHP and Flex as developed in Zend Studio/Flex Builder. Tight integration between Flex...
View ArticleZend Developer Zone: A PHP 'Hello World' Script Using Zend Core for i5
New on the Zend Developer Zone is a tutorial showing a "Hello World" setup, configuration and testing of the Zend Core for the IBM i5 series from start to finish. You've successfully installed the...
View ArticleJosh Holmes' Blog: Hello World Azure in PHP
For anyone wanting to take those first steps into running PHP applications on an Azure platform, you should check out a new post from Josh Holmes. He describes the process of getting it working from a...
View ArticleDave Marshall's Blog: Traits in PHP 5.4 - HelloWorld with Logging Trait
Dave Marshall is already looking ahead to the next major release of PHP, version 5.4, and one of the features it will include - traits. In this new post to his blog, he introduces a "logging trait"...
View ArticlePHPMaster.com: Using Phing
On PHPMaster.com today there's a new tutorial posted about using the Phing build tool to automate a process, usually a build for a website launch. In his example, he shows a simple "Hello World"...
View ArticleReddit.com: Fastest MVC PHP Framework Benchmark
Over on Reddit.com there's a flamewar...er discussion happening about this set of benchmarks (from 2011) showing things like response time, system load average and a function execution map for several...
View ArticleLorna Mitchell: First Phing Plugin
In the latest post to her site, Lorna Mitchell walks you through the creation of a first Phing plugin, an extension to the popular PHP-based build tool. I'm a huge fan of Phing and use it regularly...
View Article