symfony: created_by and updated_by columns

by prettyscripts on 2009-08-07 10:50:10 • Leave a comment »

symfony

these columns are required for most tables to sign the data. however the save codes are repeated through out the model classes. code repetition is bad programming practice. this is where sfDoctrineActAsSignablePlugin comes to rescue! once plugin is ins… more »

Tags: signable, symfony, user