0byt3m1n1-V2
Path:
/
home
/
phangnga
/
administrator
/
components
/
com_sexypolling
/
tables
/
[
Home
]
File: sexytemplate.php
<?php /** * Joomla! component sexypolling * * @version $Id: sexytemplate.php 2012-04-05 14:30:25 svn $ * @author 2GLux.com * @package Sexy Polling * @subpackage com_sexypolling * @license GNU/GPL * */ // no direct access defined('_JEXEC') or die('Restircted access'); // import Joomla table library jimport('joomla.database.table'); class SexyPollTableSexyTemplate extends JTable { /** * Constructor * * @param object Database connector object */ function __construct(&$db) { parent::__construct('#__sexy_templates', 'id', $db); } }
©
2018.