File manager - Edit - /home/jardides/www/Jardi-design/j37/administrator/components/com_fabrik/tables/join.php
Back
<?php /** * Join Fabrik Table * * @package Joomla * @subpackage Fabrik * @copyright Copyright (C) 2005-2016 Media A-Team, Inc. - All rights reserved. * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html */ // No direct access defined('_JEXEC') or die('Restricted access'); require_once JPATH_ADMINISTRATOR . '/components/com_fabrik/tables/fabtable.php'; /** * Join Fabrik Table * * @package Joomla * @subpackage Fabrik * @since 3.0 */ class FabrikTableJoin extends FabTable { public $params = ''; public $table_join = ''; public $table_join_alias = ''; /** * Construct * * @param JDatabaseDriver &$db database object */ public function __construct(&$db) { parent::__construct('#__{package}_joins', 'id', $db); } /** * Method to store a row in the database from the JTable instance properties. * If a primary key value is set the row with that primary key value will be * updated with the instance property values. If no primary key value is set * a new row will be inserted into the database with the properties from the * JTable instance. * * @param boolean $updateNulls True to update fields even if they are null. * * @return boolean True on success. * * @link http://docs.joomla.org/JTable/store * @since 11.1 */ public function store($updateNulls = false) { unset($this->table_join_alias); parent::store($updateNulls); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings