Symfony framework voting system
Can someone give me some links to a maybe guide or开发者_如何学运维 to a symfony plugin, for voting system. Thanks.
This is a star rating system plugin for Symfony. I am not sure if you are looking for a polling system or a voting system.
http://www.symfony-project.org/plugins/mpStarRatingPlugin
I have not tested this.
I am not aware of any polling plugins for the latest version of symfony.
What would be useful to know is what type of voting you need, as there may be good solutions that you can incorporate into your Symfony project easily, such as this Jquery star rating, which will take care of making the frontend implementation pretty.
精彩评论