Releases for sf 1.0
| Version |
License |
API |
Released |
|
1.0.1stable
|
MIT |
1.0.0stable
|
08/11/2008 |
| Name |
Channel |
Version |
| sfDoctrinePlugin |
pear.symfony-project.com |
1.0-2.0 |
Changelog for release 1.0.1 - 08/11/2008
Getting the symfony dependency correct
Other releases
Release 1.0.1 - 08/11/2008
Getting the symfony dependency correct
sfDoctrinePollPlugin
sfDoctrinePollPlugin is a Symfony plugin which make polling a piece of cake.
Documentation
Usage
User Identification
Currently user identification is determined by a static method in the PluginsfPoll model.
You may change the way users are identified by overriding the method getUserIdentifier()
Currently it is a concatentation of the users IP Address and the USER_AGENT
Modules
The plugin provide both Back and Front office standard modules that you can
activate in the settings.yml of your apps.
In front office, you can activate the sfPolls module :
# /apps/frontend/config/settings.yml
.settings
enabled_modules: [..., sfPolls](default,)
In back office, you should activate the sf_poll module :
# /apps/backend/config/settings.yml
.settings
enabled_modules: [..., sf_poll](default,)