Categories
symfony

sfSettingsPlugin

Guys,

I can’t believe I took so fast start with publishing plugins. This is the 3rd plugin I’ve published and I’m not going to stop 😉

So just take a look here:

http://trac.symfony-project.com/trac/wiki/sfSettingsPlugin

The `sfSettingsPlugin` is a symfony plugin that provides app wide settings functionality.
It automatically generates constant values based on sf_setting table values and make them accessible in every app module.

This way you could speed up access to common used constants and easily modify them via constants management tool.

Any comments would be appreciated!

2 replies on “sfSettingsPlugin”

Good idea ! In one of my application i had to develop a page for this purpose… Perhaps one problem would be to distinguish the environments ? I suppose this plugin doesn’t handle this for now ?

Leave a Reply

Your email address will not be published. Required fields are marked *