Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Symfony Blog:
Using Propel 1.4 detailed logging
Nov 12, 2009 @ 13:50:37

On the Symfony blog today there's a new post by Fabian Lange about using the detailed logging ability of the newly released version of Propel (the database abstraction layer).

Today Propel 1.4 was released and it contains some debugging goodies. We can use the DebugPDO class to get the nifty logging into the Web Debug Panel. However some more interesting information is turned off by default by Propel.

Features include time logging, memory logging and slow query logging - all that are simple to enable in your configuration under the details for your propel connection. You can see an example of the output from the logging here.

tagged: detailed logging time memory slowquery

Link:

Chris Jones' Blog:
PECL Install Prompts Explained, With Particular Reference to OCI8
Mar 17, 2009 @ 17:58:28

In this new entry to his Oracle blog Chris Jones explains some of the prompts you're given when you go to install the latest OCI8 drivers for PHP.

There's two versions - the short one that runs through a basic install, grabbing the package and change up your config and the other that talks about how to pull down and configure a certain version of the need comes up.

You can find out more about this updated package on its PECL page and the Changelog for anything more specific.

tagged: pecl install oci8 driver pacakge simple detailed changelog update

Link:

Nettuts.com:
Unraveling the Secrets of WordPress' Comments.php File
May 30, 2008 @ 16:18:54

The Nettuts site has posted a detailed guide to the "comments.php" file that comes with every release of WordPress:

WordPress seems to be everywhere these days, and it's no wonder with it's ease of use and ease of customization. In this tutorial, I'll be dissecting the default WordPress theme's comments.php structure and giving you various snippets of code to make your skinning easier.

The guide breaks down the major parts of the file - some of the general code, how it displays comments, the comment submission form and some "little tricks" it does to handle things like comment numbers, links and the alternating colors.

tagged: wordpress comments detailed guide secret

Link:


Trending Topics: