Attenzione!

Sembra che un programma di rimozione della pubblicità come AdBlock sia attivo.
Anche io uso AdBlock, ma preferisco bloccare solo la pubblicita fastidiosa ed invasiva.

CoolSoft si accontenta di un paio di banner non fastidiosi e nessun popup.
Per favore aggiungi CoolSoft alla tua lista delle esclusioni, come mostrato nell'immagine a fianco.

Grazie per l'aiuto.

Symfony

Contenuti riguardanti il framework Symfony

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.