VbzCart/docs/archive/code/globals/clsDepts

From Woozle Writes Code
< VbzCart‎ | docs‎ | archive‎ | code‎ | globals
Revision as of 01:53, 25 February 2024 by Woozle (talk | contribs) (Woozle moved page VbzCart/VbzCart/archive/code/globals/clsDepts to VbzCart/docs/archive/code/globals/clsDepts without leaving a redirect: correct naming (was no way to import directly to this name))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

References