Sindbad~EG File Manager

Current Path : /var/www/html/digi.sumar.com.py/wp-content/plugins/wp-job-portal/includes/tables/
Upload File :
Current File : /var/www/html/digi.sumar.com.py/wp-content/plugins/wp-job-portal/includes/tables/jobshortlist.php

<?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