Posted at 21:23h
in
Symfony
(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 terms are used interchangeably.
sfGuardUser records...
Posted at 11:41h
in
Symfony
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 following, as you would expect:
<meta...
Posted at 22:10h
in
Programming,
Symfony
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 are a couple of pictures...