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/department.php

<?php

if (!defined('ABSPATH'))
    die('Restricted Access');

class WPJOBPORTALdepartmentTable extends WPJOBPORTALtable {

    public $id = '';
    public $uid = '';
    public $companyid = '';
    public $name = '';
    public $alias = '';
    public $description = '';
    public $status = '';
    public $created = '';
    public $serverstatus = '';
    public $serverid = '';

    public function check() {
        if ($this->companyid == '') {
            return false;
        }

        return true;
    }

    function __construct() {
        parent::__construct('departments', 'id'); // tablename, primarykey
    }

}

?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists