Sindbad~EG File Manager
<?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