Cheetah
ChSitesVoting.php
Go to the documentation of this file.
1 <?php
2 
9 require_once(CH_DIRECTORY_PATH_ROOT . 'templates/tmpl_' . $tmpl . '/scripts/ChTemplVotingView.php');
10 
12 {
16  function __construct($sSystem, $iId)
17  {
18  parent::__construct($sSystem, $iId);
19  }
20 }
ChSitesVoting\__construct
__construct($sSystem, $iId)
Definition: ChSitesVoting.php:16
php
$tmpl
global $tmpl
Definition: ChSitesVoting.php:8
$iId
$iId
Definition: license.php:15
ChSitesVoting
Definition: ChSitesVoting.php:12
global
if(!defined("GLOBAL_MODULE")) define("GLOBAL_MODULE" global
Definition: header.inc.php:25
ChTemplVotingView
Definition: ChTemplVotingView.php:14