Archive 5 items tagged with "symfony2"

My new training web app ...

I have finally finished a useable application for logging my training times .. I wrote a Trainer 3 years ago which has served me well, but it was only for running so rather than upgrade that one I thought I would rewrite from screatch using *Symfony2* and *MongoDB*. more...

Posted on 29th June, 2011 | Tagged: | 0 comments

Profiling with XDebug and KCacheGrind

On using the Symfony2 profiler I was a /little/ disapointed with the lack of detailed timing information (e.g. time taken to render templates, time taken on the database, etc), but then I remembered how little value these timings has in Symfony 1.x — they basically didnt help very much with identifying why the application was slow. more...

Posted on 27th April, 2011 | Tagged: | 0 comments

Save time and destroy the world with bash

Using a bash *for* loop in the shell is an extremely powerfull way to apply global changes to code, and has proved essential for me when upgrading Symfony2 PRs :) But I always forget the syntax, so I am sharing the wealth. more...

Posted on 27th March, 2011 | Tagged: | 0 comments

Dynamically add mapping to Doctirne2 using annotations

This blog post will attempt to describe how to use ``@Annotations`` to dynamically more...

Posted on 13th March, 2011 | Tagged: | 0 comments

Creating a custom validation constraint in conjunction with Annotations

Today I needed to create a custom validator for *Symfony 2*, I began by reading and following the instructions in the documentation [here](http://symfony.com/doc/2.0/book/validator/constraints.html#custom-constraints). more...

Posted on 9th March, 2011 | Tagged: | 1 comments

Jump to page: 1 2 

Showing page 1 of 2

Tags

10 Latest Items