On Mar 6, 10:56 am, AJ Mercer <[email protected]> wrote: > http://docs.farcrycms.org/display/FCDEV50/UNIT+05+-+Content+Types > Walkthrough: Creating Super HeroSuper Hero class. > > The term class just sprung up - been called content type before > Sometimes it is a component > > What is the 'official' collective name for these onbects (just to through in > another name)??
Removed the word class. We're trying to keep objects/classes out of the training. However, many folks coming from other environments might find these terms familiar -- tricky one. For the record, a content type is essentially a class. A content item is essentially an instance of said class. An instance of a class is an object. content type == class content item == content object == object == class instance == object instance I think :) -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
