Devshed: Database Details and PHP
DevShed continues their tutorial series looking at working with PHP and databases today with more excerpted material from the O'Reilly book "Programming PHP, Second Edition" (by Kevin Tatroe, Rasmus...
View ArticleZend Developer Zone: Reading and Writing MP3 and Photo Metadata with PECL
The Zend Developer Zone has a new tutorial from Vikram Vaswani looking at the reading and writing of metadata for mp3s and images with two handy PECL extensions. It's just that every time I sit down...
View ArticleGennady Feldman's Blog: Leveraging Oracle connection metadata functionality
Gennady Feldman has a new post to his site looking at a feature of the Oracle connection functionality that comes with PHP's integration with the powerful database - metadata functionality. Now with...
View ArticleZetCode.com: PostgreSQL PHP Tutorial
On the ZetCode.com site there's a five part tutorial posted about getting your PHP application up and running on a PostgreSQL database (updated on the 4th). This is a PHP tutorial for the PostgreSQL...
View ArticlePHPMaster.com: Introspection and Reflection in PHP
On PHPMaster.com today there's an introduction to Reflection, a feature of PHP that allows you to peer into the code itself and find out metadata like class properties, scope levels and parent...
View ArticleBenjamin Eberlei: Feature Flags and Doctrine Entities
In a new post to his site Benjamin Eberlei takes a look at the idea of "feature flags" (settings to turn on and off major features) and how they can be used with Doctrine entities to handle sync...
View ArticlePádraic Brady: PHP Package Signing: My Current Thoughts
Pádraic Brady has a new post sharing some of his ideas around PHP package signing and a few possible ways to approach (and possibly solve) the problem. We figured out how to write good code. We...
View ArticleNetTuts.com: How To Display Post Meta Data on a WordPress Post
NetTuts.com has a a recent tutorial showing you how to show the metadata from a posting in WordPress right along with the other post data. During the course of the series, one of the things that we...
View Article