Twitter Feed
Symfony Archive
-
Ordering List of Items – Doctrine / Symfony 1.4
Posted on March 27, 2010 | No CommentsRecently I had a requirement to write an interface that allows users to change order of elements and move them up and down. I would an interesting cookbook entry on... -
Creating model independent form
Posted on March 23, 2010 | No CommentsRecently I had to create a basic form which had a bunch of fields. I didn’t want the form to be model aware and didn’t want it to work save... -
Using sfValidatorCallback
Posted on January 1, 2010 | 3 CommentsWriting this post down as a note to self about using sfValidatorCallback. Step 1: add the sfValidatorCallback to the widget As you can see form the code, I have commented... -
sfDoctrineGuardPlugin: Signup, Validation and Profile
Posted on December 30, 2009 | 19 CommentsI am a big fan of using plugins in symfony especially that are well written and save me a bunch of time implementing some bog standard functionality. SfDoctrineGuardPlugin is an... -
Creating utf-8 tables in symfony 1.4 /doctrine 1.2
Posted on December 19, 2009 | 11 CommentsRecently I had an issue on one of my work websites where the database schema was setup in Latin-1 encoding, this was fine till the encoding of the website was...

