Sindbad~EG File Manager
<?php
if (!defined('ABSPATH'))
die('Restricted Access');
class WPJOBPORTALresumefileTable extends WPJOBPORTALtable {
public $id = '';
public $resumeid = '';
public $filename = '';
public $filetype = '';
public $filesize = '';
public $created = '';
public $last_modified = '';
public function check() {
if ($this->resumeid == '') {
return false;
}
return true;
}
function __construct() {
parent::__construct('resumefiles', 'id'); // tablename, primarykey
}
}
?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists