Sindbad~EG File Manager
<?php
if (!defined('ABSPATH'))
die('Restricted Access');
class WPJOBPORTALjobshortlistTable extends WPJOBPORTALtable {
public $id = '';
public $uid = '';
public $jobid = '';
public $comments = '';
public $rate = '';
public $created = '';
public $status = '';
public function check() {
if ($this->jobid == '') {
return false;
}
return true;
}
function __construct() {
parent::__construct('jobshortlist', 'id'); // tablename, primarykey
}
}
?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists