PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
administrator
/
components
/
com_k2
/
tables
<?php /** * @version 2.10.x * @package K2 * @author JoomlaWorks https://www.joomlaworks.net * @copyright Copyright (c) 2006 - 2020 JoomlaWorks Ltd. All rights reserved. * @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html */ // no direct access defined('_JEXEC') or die; class K2Table extends JTable { public function load($keys = null, $reset = true) { if (K2_JVERSION == '15') { return parent::load($keys); } else { return parent::load($keys, $reset); } } }
[-] k2extrafield.php
[edit]
[-] k2attachment.php
[edit]
[-] k2item.php
[edit]
[-] k2user.php
[edit]
[-] k2usergroup.php
[edit]
[-] table.php
[edit]
[-] k2tag.php
[edit]
[-] k2category.php
[edit]
[-] k2comment.php
[edit]
[+]
..
[-] k2extrafieldsgroup.php
[edit]