PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
caribe
/
libraries
/
cms
/
table
<?php /** * @package Joomla.Libraries * @subpackage Table * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('JPATH_PLATFORM') or die; /** * UCM map table * * @since 3.1 */ class JTableUcm extends JTable { /** * Constructor * * @param JDatabaseDriver $db A database connector object * * @since 3.1 */ public function __construct($db) { parent::__construct('#__ucm_base', 'ucm_id', $db); } }
[+]
..
[-] contenthistory.php
[edit]
[-] contenttype.php
[edit]
[-] corecontent.php
[edit]
[-] index.html
[edit]
[-] ucm.php
[edit]
[-] .htaccess.disabled
[edit]