# 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 : [yaml] # /apps/frontend/config/settings.yml .settings enabled_modules: [default, ..., sfPolls] In back office, you should activate the sf_poll module : [yaml] # /apps/backend/config/settings.yml .settings enabled_modules: [default, ..., sf_poll]