database connection

James Cohen's Blog: How to Avoid Character Encoding Problems in ...

PHPDeveloper.org  Mon, 04/25/2011 - 13:13

James Cohen has a recent post to his blog looking at a way you can avoid some of the character encoding problems in PHP that can come with working with multiple character sets.


 

phpRiot.com: Fetching Data With Zend_Db

PHPDeveloper.org  Wed, 04/07/2010 - 10:13

Quentin Zervaas has posted a new tutorial on phpRiot.com today with a quick look at using Zend_Db to pull information out of your database.


 

Symfony Blog: Symfony and Doctrine 2

PHPDeveloper.org  Mon, 10/12/2009 - 10:49

On the Symfony blog there's a recent post showing how to integrate the framework with Doctrine 2 via the sfDoctrinePlugin:


 

Vid Luther's Blog: Talking to multiple databases with Symfony 1....

PHPDeveloper.org  Mon, 08/24/2009 - 10:29

Vid Luther has a new post today looking at connecting to multiple databases inside of your Symfony framework application.

The key is in setting up your YAML files the right way.


 

Phil Sturgeon's Blog: UTF-8 support for CodeIgniter

PHPDeveloper.org  Wed, 08/19/2009 - 08:34

Phil Sturgeon has posted a quick guide on working with UTF-8 support in the CodeIgniter framework.


 

Keith Casey's Blog: Bad Assumptions in Development

PHPDeveloper.org  Fri, 06/19/2009 - 11:04

No one's code is perfect, and if you think yours is - you're wrong. There'll always be something - might be logic errors or unhandled exceptions - that could cause issues later on.

One of the worst problems, at least according to Keith Casey's recent post, is making too many assumptions.