Topic cluster

Other

Documentation not covered by the keyword groups shown in the parent cluster.

13 items

All documentation outside the keyword groups in the parent cluster is listed below.

Models

comment

Model for comments attached to resources. It provides listing, moderation checks, counting, and retrieval of individual comments.

Models

hierarchy

The category hierarchy tables have been replaced by m_hierarchy . This model defines named hierarchies of resources (pages).

Models

identity

The m_identity model manages usernames and other user identities. module#mod_authentication uses it to store and check salted passwords, but also provides a safe storage for user tokens of any kind, as used by…

Models

mailinglist

Model for mailinglist operations and reporting, including recipient counts, delivery stats, subscriptions, and scheduled mailings.

Models

media

Access to data about uploaded files and other media.

Models

modules

Access information about which modules are installed and which ones are active.

Models

req

This model gives access to the request variables from within a template.

Models

rsc

The main resource model, which is the central part of the Zotonic data model. This model provides an interface to all resource ("page") information. It also provides an easy way to fetch edges from pages without needing…

Models

rsc_gone

This model tracks deleted resources (see model#rsc). Its primary goal is to be able to determine if a resource never existed, has been deleted or has been replaced by another resource.

Models

search

The m_search model provides access to different kinds of search queries for searching through models.

Models

survey

Model for survey reporting and participant state, including results, totals, per-user answers, exports, and result handlers.

Models

tkvstore

Simple read-only interface to the typed key-value store of module#mod_tkvstore. To get a value from the store: use m.tkvstore.type.key, like this: