?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/wp-all-export/models/template/



?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/wp-all-export/models

?? Viewing: list.php

<?php

class PMXE_Template_List extends PMXE_Model_List {
	public function __construct() {
		parent::__construct();
		$this->setTable(PMXE_Plugin::getInstance()->getTablePrefix() . 'templates');
	}
}


??

??