Symfony Archive

  • Recently 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...

    Ordering List of Items – Doctrine / Symfony 1.4

    Recently 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...

    Continue Reading...

  • Recently 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...

    Creating model independent form

    Recently 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...

    Continue Reading...

  • Writing 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...

    Using sfValidatorCallback

    Writing 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...

    Continue Reading...

  • I 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...

    sfDoctrineGuardPlugin: Signup, Validation and Profile

    I 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...

    Continue Reading...

  • Recently 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...

    Creating utf-8 tables in symfony 1.4 /doctrine 1.2

    Recently 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...

    Continue Reading...