File manager - Edit - /home/capoccitel/www/administrator/components/com_tz_portfolio_plus/tables/content_rejected.php
Back
<?php /*------------------------------------------------------------------------ # TZ Portfolio Plus Extension # ------------------------------------------------------------------------ # author DuongTVTemPlaza # copyright Copyright (C) 2015 templaza.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://www.templaza.com # Technical Support: Forum - http://templaza.com/Forum -------------------------------------------------------------------------*/ // No direct access defined('_JEXEC') or die; class TZ_Portfolio_PlusTableContent_Rejected extends JTable { public function __construct(JDatabaseDriver $db) { parent::__construct('#__tz_portfolio_plus_content_rejected', 'id', $db); } public function store($updateNulls = false) { $date = JFactory::getDate(); $user = JFactory::getUser(); // if (!$this->created) // { $this->created = $date->toSql(); // } // if (empty($this->created_by)) // { $this->created_by = $user->get('id'); // } return parent::store($updateNulls); } }
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings