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

  • I am currently using sfGuardUser table from the sfDoctrineGuardPlugin to link up to a messages table which stores the user id of sender and receiver. To ensure that the data...

    Doctrine: Multiple One-To-One Relation to same table

    I am currently using sfGuardUser table from the sfDoctrineGuardPlugin to link up to a messages table which stores the user id of sender and receiver. To ensure that the data...

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

  • If your precious evening hacking time has been wasted by this useless error message: Then look no further, this was the oddest error message which caused errors inconsistently when generating...

    [Doctrine_Parser_Exception] Fail-some error message!

    If your precious evening hacking time has been wasted by this useless error message: Then look no further, this was the oddest error message which caused errors inconsistently when generating...

    Continue Reading...

  • My development process involves using doctrine and svn. Documenting my development steps to make sure I can put this is some sort of build script in future. Creating svn directories...

    Symfony development process

    My development process involves using doctrine and svn. Documenting my development steps to make sure I can put this is some sort of build script in future. Creating svn directories...

    Continue Reading...