configuration files

Running phpMyAdmin On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.0...

Linux Today  Sun, 10/09/2011 - 19:02

HowtoForge: "The phpMyAdmin package from the Debian/Ubuntu repositories comes with configuration files for Apache and Lighttpd, but not for nginx."


 

Symfony Blog: Symfony2: Getting easier (Parts 2 & 3)

PHPDeveloper.org  Fri, 05/06/2011 - 08:34

Continuing on from his first Symfony2 is getting easier post, Fabien Potencier has two new posts in the series looking at other aspects of the framework that have improved to make developers' lives easier.

In part 2 he talks about a patch that's been applied to help with errors in the autoloading process and throw an exception if something's' not found.


 

Removing stylesheets in symfony 1 - Stefan Koopmanschap

Planet PHP  Wed, 04/27/2011 - 02:34

Today I encountered a situation I've not encountered before: I have a project-wide stylesheet that should be used for everything, except one specific module that has different (brandable) stylesheets.

I created a view.yml for this module with a different stylesheet, but of course the configuration files are merged so it doesn't actually overwrite the main stylesheet file.

And this wasn't really what I needed here.


 

Proof Group's Blog: Know Your PHP Environments

PHPDeveloper.org  Wed, 12/09/2009 - 13:10

On the Proof Group's blog there's a recent post about a "gotcha" Andy Chase found when using the Drush command line tool for Drupal installations and a system that has MAMP installed.


 

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:


 

Painless Linux Multi-boot Setup

Linux Today  Tue, 08/04/2009 - 17:32

Linux Today Blog: "The common wisdom is to have a shared home directory in a multiboot setup, but this has its own set of potential problems because it mixes data files and configuration files.

So when you're trying out different distributions, your desktop settings may not translate gracefully across all of them.

So what's the answer?"