PHP

  • submit to reddit

How to Use the Storage Emulator with the Windows Azure SDK for PHP

This is a short post to address this question: How do I use the local Storage Emulator (formerly known as Development Storage) when using the Windows Azure SDK...

0 replies - 5523 views - 04/22/11 by Brian Swan in News

How to remove/move messages using Zend Framework's Zend_Mail_Storage_Imap

I've been working on a nice feature for my local classified ad site which involved retrieving emails (IMAP account) and analyzing the content. What I wanted...

1 replies - 4237 views - 04/20/11 by Svetoslav Marinov in News

Getting Started With Drupal Using WebMatrix

After his popular DZone screencast on installing Joomla on SQL Server, Sudhendra Seshachala, the Founder and Chief Architect of Hooduku, is getting our feet...

0 replies - 7617 views - 04/19/11 by Mitch Pronschinske in Videos

What I Love/Hate About PHP

I have been programming in PHP for 5 years now. I did not choose this language, I had to learn it to work on the code of the company my bosses bought....

3 replies - 7178 views - 04/19/11 by Eric Hogue in News

Profiling a PHP Application

When developing web applications, we often run into performance issues. People often blame PHP or MySQL for bad performance, but in most case...

2 replies - 19568 views - 04/14/11 by Eric Hogue in News

4 Reasons why Drupal Should Fork PHP

Dear Reader, I attended my first DrupalCon earlier this year and was amazed by the fact that I was surrounded by people who were using a project built on...

1 replies - 5834 views - 04/14/11 by Cal Evans in News

Updating PHP Settings in Windows Azure

I came across this question on Twitter last week: “How can I turn display_errors on for an application that is running in Windows Azure?” I have to...

1 replies - 5902 views - 04/13/11 by Brian Swan in News

Downgrading a PECL Module

Recently I saw some weirdness in an existing application when I upgraded a PECL module that the application depended on. To figure out if that really was the...

1 replies - 4173 views - 04/08/11 by Lorna Mitchell in News

Reflection over PHPDoc with PHP

I want to parse PHPDoc code. Let me explain a little bit what I want to do. Imagine a dummy function documented with PHPDoc:class Foo { /** *...

2 replies - 3739 views - 04/05/11 by Gonzalo Ayuso in News

PHP Quick Reference

While cleaning out my desk, I found an old copy of a PHP Quick Reference I helped make a few years ago. On the front page are a few performance and...

1 replies - 6877 views - 04/04/11 by Chris Shiflett in News

PHP Anthem

On IRC, Andrei Zmievski mentioned a new song about PHP. Sean Coates linked to a YouTube video with the song, which I then mentioned on Twitter: PHP finally...

1 replies - 3188 views - 04/01/11 by Chris Shiflett in News

Drupal Hackathon for the Solr Search Integration Module: Help Out!

The Drupal experts over at Acquia are planning a 5-day virtual code sprint for next weekend (Friday April 8 through Wednesday April 13) to bring the Apache...

0 replies - 4495 views - 03/31/11 by Mitch Pronschinske in News

Video: What Makes Solr Tick? Go Deep.

A lot of Drupal developers, along with the broader PHP community, are really interested in learning Solr on a deeper level.  They hate to only hear...

0 replies - 4059 views - 03/31/11 by Mitch Pronschinske in News

The PHP frameworks poll results

A disclaimer: creating this poll was a bit of a catch-22, as I could not include all PHP frameworks (would have been a very long list) and had to make a...

0 replies - 8908 views - 03/31/11 by Giorgio Sironi in Articles

Performance analysis fetching data with PDO and PHP

Fetching data from databases is a common operation in our work as developers. There are many drivers (normally I use PDO), but the usage of all of them are...

1 replies - 5160 views - 03/29/11 by Gonzalo Ayuso in News