WookieMonster / Codeigniter-Poll

Poll library for Codeigniter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeigniter Poll Library

Demo: http://s42954.gridserver.com/test/ci_poll/

Key features:

  • Supports multiple polls
  • Prevents multiple votes through logging ip address to the database
  • Supports multiple options
  • Maximum and minimum number of options can be defined in config
  • Multiple votes allowed or not can be set in config
  • Interval between votes can be set in config
  • Close and open polls
  • Included jQuery for handling variable poll option inputs

Installation:

  1. Run database.sql to generate required tables - note that the database engine should be InnoDB (not MyISAM)
  2. Upload the files included to your server
  3. Edit config/poll.php (see comments)
  4. Visit /ci_installation/poll to view sample application

Tested with CI 2.1.3

License: http://opensource.org/licenses/gpl-license.php GNU Public License

About

Poll library for Codeigniter


Languages

Language:PHP 83.7%Language:CSS 12.9%Language:JavaScript 3.4%