?? 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: record.php

<?php

class PMXE_Template_Record extends PMXE_Model_Record {
	/**
	 * Initialize model instance
	 * @param array[optional] $data Array of record data to initialize object with
	 */
	public function __construct($data = array()) {
		parent::__construct($data);
		$this->setTable(PMXE_Plugin::getInstance()->getTablePrefix() . 'templates');
	}

}


??

??