In Marketpath CMS, most information is stored in objects we call Entities. There are many different types of entities and many ways to add and access data associated with entities, which makes it a topic of primary significance to fully understand for any CMS developer.
First a definition is in order. In Marketpath CMS, an entity is any object from which a user can create a page or URL. This includes objects such as articles, authors, blogs, blog posts, calendars, calendar entries, datastores, datastore items, folders, galleries, and tags. This does NOT include menus, redirects, snippets, templates, javascript, or stylesheets.
Entities are not required to have a page. They may be used for other purposes - such as for selection in custom fields or to query directly from the template into a list.
There are three main ways that entities may be queried:
Please fill out the form below with your feedback or any questions you may have after working through the "Entities" lesson.