PHP Magazine: IPM Poll Question: What Features do You Prioritize in a CMS?
The International PHP Magazine has finished yet another poll today, this time they asked their site visitors the question "What Features do You Prioritize in a CMS?". The options included things like...
View ArticleInternational PHP Magazine: Poll Question: Which Is Your Favourite PHP...
The International PHP Magazine has posted the results from the latest poll (they conducted over the past week) that asked which of the options given was your favorite framework choice. Options...
View ArticleInternational PHP Magazine: Poll - Which One of the Following Should a PHP...
The International PHP Magazine is back with the results on their latest poll today that asked developers to vote on which, of their options, a PHP developer should give the most effort towards when...
View ArticleDevShed: Logging in PHP Applications
DevShed has posted a new tutorial today looking at one of the more useful tools a developer can add into an application - logging. If there is no logging mechanism, then if there's a goof-up in a...
View ArticleDevShed: Choosing an Open-Source Content Management System
From the "Braindump" section over on DevShed today there's a new article sharing some helpful hints on picking out that right Open Source content management system that you need for the job. A Content...
View ArticleChance Garcia's Blog: Zend_log_exception 'bad log priority'
Chance Garcia has posted about an exception he's come across several times in using the Zend_Log component of the Zend Framework but hasn't been able to figure out - until now (with the help of part...
View ArticleMatthew Weier O'Phinney's Blog: Taming SplPriorityQueue
Matthew Weier O'Phinney has a new post to his blog today looking at one of the tools the Standard PHP Library (SPL) has to offer developers - the SplPriorityQueue (PHP 5.3+) SplPriorityQueue is a...
View ArticlePHPMaster.com: Data Structures for PHP Devs: Heaps
PHPMaster.com has posted the third part of their "Data Structures for PHP Devs" series today, this time focusing on heaps. Heaps are a method for organizing a parent/child relationship that makes it...
View ArticleLorna Mitchell: Beanstalk, Pheanstalk and Priorities
Lorna Mitchell has a quick post showing you how to use the "priority" option that the Pheanstalk library provides when working with a Beanstalk queue. I've got an application that uses Beanstalkd to...
View Article