VbzCart/docs/archive/code/globals/clsDepts: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle (went ahead and removed it) |
imported>Woozle m (Woozle moved page VbzCart/code/globals/clsDepts to VbzCart/archive/code/globals/clsDepts) |
(No difference)
|
Revision as of 02:09, 19 December 2014
class clsDepts extends clsVbzTable { <php>
public function __construct($iDB) {
parent::__construct($iDB); $this->Name('cat_depts'); $this->KeyName('ID'); $this->ClassSng('clsDept'); $this->ActionKey('dept');
}
</php> }