VbzCart/archive/code/globals/clsDepts
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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> }