This class is meant to build and process survey polls with definitions and results stored in a database.
It uses the ezSQL class by Justin Vincent and the Template Engine class by Jonas Lasauskas. To use the PollEng class you need to have these two classes and your site must be built with the Template Engine class.
This class allows you to:
- read the poll data from the database
- display the poll (question or results)
- update votes in the database
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (58.3%) |
Sufficient (75.0%) |
- |
Sufficient (75.0%) |
- |
- |
Not sure (44.2%) |
1601 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| Example |
A working example of the class in action. |
| File |
Role |
Description |
data.sql |
Data |
example data (for phpMyAdmin) |
index.php |
Example |
main example script |
main.tpl |
Data |
main template (put in './templates/') |
poll.tpl |
Data |
poll blocks template (put in './templates/') |
polleng.php |
Class |
the class file |