Tuesday, September 28, 2010

Tag Cloud plugin for Diem

So I have this Diem based project I'm working on for some time now and at some point I decided I need to display a tag cloud on the page. I thought it will be a trivial thing to add but unfortunately I was wrong. I've searched the symfony plugins database and found nothing, Diem itself doesn't have anything like that as well. So I was tring to find anything interesting outside the symfony community and I found only two (!!) scripts which satisfied my needs.

I'm on Twitter

Yeah, after years of resisting it, I've set up a Twitter account. You can follow me @devFactor. I'll tweet mostly on symfony and web development topics.

Thursday, September 2, 2010

Separating Model from Data Access Layer

At last I found some time to provide you with an example of design I wrote about in previous posts. For the sake of easy understanding I'll keep the example simple but of course in reality it'd be much more complex. This example is based on a real implementation.