iTopiaBlog

liVe iN oRder tO lEArN

Archive for the 'symfony' Category

Symfony: Propel: Criteria SQL (hibernate sql)

Wednesday, April 14th, 2010

Hi Volks,
today I had a lot of testing with the symfony criteria object. And everyone who knows about the problem to get the raw SQL query out of the criteria object.
There is a toString method, but the result just looks like this:

SELECT FROM media, media_category WHERE media.FEATURED=? AND media.MEDIATYPE IN (?,?) AND 1=1 AND [...]

symfony: How to build a dojo dijit autocompleter sfForm widget

Thursday, October 29th, 2009

I was searching long time for a good auto completer widget, but I couldn’t find one. So I created it by my self.
I did the same with the build in symfony auto completer widget. When I have time I’ll post it, too.
I hope I could help someboby with this small tutorial. Please give me feedback [...]