8 require_once(CH_DIRECTORY_PATH_CLASSES .
'ChWsbConfig.php');
42 $this -> iAlowMembersPolls =
getParam(
'enable_poll' );
45 $this -> iAlowPollNumber =
getParam(
'profile_poll_num' );
48 $this -> iAutoActivate =
getParam(
'profile_poll_act' ) ==
'on' ? 1 : 0;
50 $this -> iProfilePagePollsCount =
getParam(
'profile_page_polls' );
51 $this -> iIndexPagePollsCount =
getParam(
'index_page_polls' );
54 $this -> sTableName = $this ->
getDbPrefix() .
'data';