PATH:
home
/
centosnipponia
/
public_html
/
lifannl
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Model
<?php namespace Nextend\Framework\Model; use Nextend\Framework\Pattern\MVCHelperTrait; abstract class AbstractModel { use MVCHelperTrait; /** * AbstractModel constructor. * * @param MVCHelperTrait $helper */ public function __construct($helper) { $this->setMVCHelper($helper); $this->init(); } protected function init() { } }
[+]
..
[-] AbstractModel.php
[edit]
[-] AbstractModelTable.php
[edit]
[-] ApplicationSection.php
[edit]
[-] Section.php
[edit]
[-] StorageSectionManager.php
[edit]
[-] .htaccess.disabled
[edit]