From: Andreas A. <a.a...@th...> - 2001-07-15 12:55:59
|
Hi Alex, > an entity is a hierarchical definition of a set of data, with names and > rules associated with each 'field' in that hierarchy. > They are byu their nature 'central' in the system, i.e. accessible to all. > Entities can be stored anywhere in the sourc tree, but they will end up in Hmm. Like that? class TCategory { var $categoryId; var $name; var $parentId; function selfCheck() { .. } } class EtyCategory { function Add() { MetabaseStuff; } ... } Andi |