PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wp-all-export-pro
/
models
/
template
<?php class PMXE_Template_List extends PMXE_Model_List { public function __construct() { parent::__construct(); $this->setTable(PMXE_Plugin::getInstance()->getTablePrefix() . 'templates'); } }
[+]
..
[-] record.php
[edit]
[-] list.php
[edit]