model.php 160 B

12345
  1. <?php
  2. defined('IN_PHPCMS') or exit('Access Denied');
  3. defined('INSTALL') or exit('Access Denied');
  4. return array('vote_subject', 'vote_option', 'vote_data');
  5. ?>