Twitter Feed
Archive for 2009
-
svn: This client is too old to work with working copy ‘.’; please get a newer Subversion client
Posted on December 31, 2009 | 2 CommentsHow about this, you wake up in the morning and decided to resume development (I know this sounds sad considering today is 31st of Dec), you type svn update and... -
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... -
Doctrine: Multiple One-To-One Relation to same table
Posted on December 26, 2009 | 2 CommentsI 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... -
Memory Management and Doctrine 1.2/php 5.2.x
Posted on December 20, 2009 | 2 CommentsRecently part of the a project that I am working on required me to import about a 1 million lines of records from csv format into the mysql database. Sounds... -
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...
