Looking Ahead: PHP in 2009
Ivo Jansch of Ibuildings has an interesting blog post looking back at 2008 and discussing the business prospects for PHP in 2009. One of his key points is during an economic downturn, companies are increasingly attracted to open-source solutions like PHP, due to their cost-effectiveness. A statement that should warm the hearts of PHP developers everywhere as we roll into 2009!
Command Line PHP
You already know that you can run PHP scripts through your Web server...but did you know that you could also run them through a console shell? In case this is news to you, take a look at Johan Mares' blog post on the topic, in which he's explained everything you need to know to use the PHP command-line interface.
Eclipse PDT 2.0 is now available
Memcached in PHP Made Easy With Zend Framework
Using PHP as a MySQL Storage Engine
Johannes Schlüter, a member of the MySQL Connectors and Client Connectivity team, has suggested a novel use for PHP: a storage engine for MySQL!
In his blog post, he discusses how the plugin API in MySQL 5.1 makes it easy to write new storage engines, and he illustrates by implementing some of the plugin interfaces using PHP functions. A PHP array is used to store table data, with iterators and array functions being used to read and write records. Worth reading, both to gain a better understanding of MySQL's plugin API, and as an example of some ingenious thinking!
Using Sessions with the Zend AMF Server
Wade Arnold has a blog post on the session support in Zend_Amf_Server. In his post, he explains how sessions can be used in a Flex application (with example of how to create, regenerate and destroy sessions) and he also has some useful tips on how to secure session identifiers in Flex applications. A useful article for Flex/ZF developers!
Year-End Conference Round-Up
Running PHPUnit Tests with Zend Framework
Flex-ing Some Muscle
It's the holidays, so what better time to kick back and start learning about PHP and Flex? And to get you started, here's a recent article by Richard Bates that demonstrates just how easy it is to create PHP/Flex applications using the integrated features of Zend Studio for Eclipse and the Flex Builder 3 Eclipse Plug-in.
