Warning!

It seems that you are using an anti-advertisement software like AdBlock.
I like AdBlock too, but I configured it to block only invasive and annoying advertisement and popups.

CoolSoft can exists thanks to a few banners and no popups.
Please add this site it to your exclusion list, as shown in the following image.

Thanks for your help.

PHP

Anything regarding this great language

Drupal-SQLite goes to SourceForge

Drupal-SQLite user community is growing faster so it's time to host it on the best open-source dedicated website.

A new project has just been created on SourceForge.net named Drupal-SQLite.
I'll quickly upload the source code to SVN; meanwhile contact me if you'd like to join the project as a developer: you'll be welcome.

Drupal-SQLite

Introduction

This page describes Drupal-SQLite, my attempt to make Drupal 6 work with a SQLite database.

SQLite is a lightweight, fast, public domain, easily integrable, multiplatform database system.
It's used by many of the greatest open source projects; just to name one... Mozilla Foudation on their Firefox & Thunderbird.

Configure Symfony to use gettext translation files

Once finished my Symfony application, I'm now facing with the translation task.

How to make Symfony/Doctrine generate accessors

I'm using Symfony for a big project; after a little research I choosed Doctrine as database access layer, since is more configurable (and modern) then Propel.

I use Eclipse 3.4 and PDT as IDE, mostly because of its great Code Assist feature (CA is Intellisense for VisualStudio users...).

Well, after a bit I found that Doctrine class generator misses to generate column accessors (getters and setters) and relies on PHP __get and __set magic accessors.