by Thomas Beutel
...CONTEMPLATING CODE AND LIFE
...CONTEMPLATING CODE AND LIFE

Archive for the ‘Symfony’ Category

A short blurb on using sfGuardPlugin credentials

Thursday, August 20th, 2009 Posted in Symfony | Comments

(Here are a few notes I made to myself about the credential system.) Credentials are part of the sfGuardPlugin security system for Symfony. For some reason, Symfony also refers to credentials as permissions. As far as I can tell, the two ...

Meta refresh in Symfony – use view.yml

Wednesday, August 19th, 2009 Posted in Symfony | Comments

The easiest way I've found to add meta refresh to a specific action in Symfony is to use the view.yml file. Note that I use http_metas, not regular metas. indexSuccess: http_metas: refresh: 300 which results in adding the ...

Symfony project menus for Emacs

Sunday, July 27th, 2008 Posted in Programming, Symfony | Comments

After reading the Productive Programmer, I was inspired to write a custom script to add Symfony menus to my Emacs editor. After some frustration (I find emacs LISP tough to grok), I finally figured it out. (script is below) Anyway, here ...