Database tables and API classes

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

The Polls module uses the following tables:

 

Polls_Poll - polls
Polls_PollAnswer - answers for polls (1:N)
Polls_PollRoles - roles authorized to vote (M:N)
Polls_PollSite - sites where the poll can be used (M:N)

 

The polls API is provided by the CMS.Polls namespace classes:

 

PollAnswerInfo, PollAnswerInfoProvider - manage answers
PollInfo, PollInfoProvider - manage polls

 

The following chapters show how to use these classes.

 

Page url: http://devnet.kentico.com/docs/devguide/index.html?polls_database_tables_and_api_classes.htm