symfony: hacking sfDoctrineActAsSignablePlugin to allow updated and created by specific user

by prettyscripts on 2010-05-25 14:36:07 • Leave a comment »

symfony

i'm using sfDoctrineActAsSignablePlugin to audit record creation and updates. ie fields created_by and updated_by are automatically created and updated. this is perfect when running from browsers. but when running as command line such as loading initia… more »

Tags: hack, plugin, symfony, user

symfony plugin: install and uninstall manually

by prettyscripts on 2010-03-02 12:42:43 • 2 comments »

symfony

symfony's command line plugin install and uninstall tasks don't work - this could be because the server i'm working on does not have internet connection. so i have to do things manually.manual installdownload the package from plugins site (if not p… more »

Tags: install, plugin, symfony, uninstall