PHP Environment
PHP 4.4.9 released!
PHP 5.3 alpha1 released!
TestFest 2008 wrap-up
Manual restructure and license change
Google Summer of Code: php.net students
PHP 5.2.6 Released
YAMMY!: DB to YAML conversion shell for CakePHP migrations
Today we will talk about migrations, yaml files and CakePHP and in particular I’ll introduce you to the latest shell I’ve written for CakePHP. Migrations allow you to define changes to your database schema, making it possible to use a version control system to keep things synchronized with the actual code.
Zend Weekly Summaries Issue #357
PHP Abstract Podcast Episode 26: PHP in Action
Today we are going to do something a little different. I’ve got books stacking up here that need reviewing, so I’m going to start interjecting book reviews into the podcast stream. This week’s book is “PHP In Action” by Manning Publications
Zend Weekly Summaries Issue #356
Whip Up a Yahoo! Mashup Using PHP
So, you want to create your own mashup? Great! Mashups—web applications that grab information from different external sources and mix it together in new and exciting ways—are fun to build and popular with users.
Zend Weekly Summaries Issue #355
PHP Abstract Podcast Episode 25: An Interview With Sara Golemon
Today, we are going to talk to the PECL princess herself, Sara Golemon. Sara is one of the core contributors to PHP and when she’s not coding for PHP, speaking at conferences or writing books she fills her time working at Yahoo. I had the privilege of sitting down with Sara at php|works earlier this year in Atlanta GA and talk with her about her background, why she likes PHP and anything else that came to mind.
FastCGI and PHP: A User's Story
Microsoft is releasing FastCGI for IIS6, meaning the shiny little “beta” tag is finally going the way of the dodo. What is FastCGI? I could go on for pages about the technical background, and Microsoft already has some great documentation on the subject, however I’ll put it in layman’s terms for those who aren’t Computer Science majors.
FastCGI for IIS6 Officially Released and Supported
The IIS Team is eager to announce the official release of Microsoft FastCGI Extension for IIS 6.0 as a free download. For the first time, we are providing hosters and PHP developers full support for a stack of technology that enables reliable, scalable PHP hosting on production Internet Information Services 6.0 (IIS 6) Web servers.
Generating and Validating Web Forms With PEAR HTML_QuickForm
This article will introduce you to one of PEAR’s most powerful tools for generating Web forms and validating the input that arrives through them: the HTML_QuickForm package. This package provides a flexible, reusable library of methods that can literally save you hours of time when dealing with form-based user input – and best of all, it’s free and extremely easy to use.
Zend Weekly Summaries Issue #354
Using a Plugin to Integrate Propel with Zend
In his article, Ralph Eggert explains how one could integrate propel to his Zend application. It’s interesting to see how an _autoload php function can be used to automatically load needed classes (propel,or Zend classes) and thus avoid having to explicitly include the propel files in every controller that would need access to the model.
PHP Abstract Podcast Episode 24: Web Services
Today’s special guest is Davey Shafik. Davey is a regular on PHP Abstract and I’ve receited his bio enough so that those of you who listen regularly can probably recite along with me. Davey is a full time developer with 10 years experience in PHP and related technologies. He is an author of both magazine articles as well as books and regularly speaks at PHP conferences. His latest book was just released, “The PHP Anthology: 101 Essential Tips, Tricks & Hacks, 2nd Edition” which he co wrote with another PHP Abstract host, Matthew Weier O’Phinney. They had a lot of help from other PHP Lumminaries including Ligaya Turmelle of phpwomen.org. A link to this brand new book can be found in the show notes.
OpenXML in Healthcare in PHP
Here’s a cool present. Recently Wouter posted on his blog about an article he co-operated on for MSDN: OpenXML in Healthcare.
