vote.php
Bitrix Framework
Tags
Table of Contents
Classes
- VoteTable
- Class VoteTable Fields: <ul> <li> ID int mandatory <li> CHANNEL_ID int, <li> C_SORT int, <li> ACTIVE bool mandatory default "Y", <li> ANONYMITY int, <li> NOTIFY bool mandatory default "N", <li> AUTHOR_ID int, <li> AUTHOR reference, <li> TIMESTAMP_X datetime, <li> DATE_START datetime, <li> DATE_END datetime, <li> URL string(255) NULL, <li> COUNTER int, <li> TITLE string(255), <li> DESCRIPTION text, <li> DESCRIPTION_TYPE string(4), <li> IMAGE_ID int, <li> EVENT1 string(255), <li> EVENT2 string(255), <li> EVENT3 string(255), <li> UNIQUE_TYPE int (coded in binary system: UNIQUE_TYPE_SESSION - 1 (00001) UNIQUE_TYPE_COOKIE - 2 (00010) UNIQUE_TYPE_IP - 4 (00100) UNIQUE_TYPE_USER_ID - 8 (01000) UNIQUE_TYPE_USER_ID_NEW - 16 (10000) UNIQUE_TYPE = (UNIQUE_TYPE_SESSION | UNIQUE_TYPE_COOKIE | UNIQUE_TYPE_IP | UNIQUE_TYPE_USER_ID | UNIQUE_TYPE_USER_ID_NEW) <li> KEEP_IP_SEC int, <li> OPTIONS int, </ul>
- Vote