Overblog
Suivre ce blog Administration + Créer mon blog

symfony

Using doctrine with symfony 1.2 (1/4)

Here is the first sequel of my experiments using Doctrine with symfony 1.2. I will go trough 4 chapters that I found interesting to test : - Using postgresql's constraints - Using inheritance - Different types of relationship - Playing with DQL The basics...

Lire la suite

Test driven development

Test driven development

If you are aware of agile development methods, you have probably heard about test driven development. As I began to play more and more with symfony's unit testing tool (known as lime), I asked mysefl how to set up a test driven development (TDD). In fact,...

Lire la suite

contraintes PostgreSQL dans symfony

Pour les habitués de postgresql et de de ses fonctionnalités, l'utilisation de propel et de sa syntaxe limitée dans le schema.yml est une véritable écorchure mentale. Point de contraintes, point de triggers, pas d'index de type hors de celui par défaut...

Lire la suite