url
Summary
Provides views for managing the URLs stored in the database.Description
This module provides an interface to the content engine inside the eZ Publish kernel. Every address that is input as a link into an attribute using the XML block or the URL datatype is stored in a separate part of the database. Actual data stored using these datatypes only contain references to entries in the separate URL table. This feature makes it possible to inspect and edit the published URLs without having to interact with the content objects. Please refer to the "URL storage" part of the "Concepts and basics" chapter for more information about this feature. The "url" module provides views that make it possible to manage the URLs. The administration interface makes use of this module to allow the users to manage the URLs.
Fetch functions
Name | Summary |
---|---|
list | Fetches the URLs that are stored in the URL table. |
list_count | Fetches the number of URLs that are stored in the URL table. |
Views
Name | Summary |
---|---|
edit | Provides an interface for editing a URL. |
list | Provides an interface for generating an overview of all URLs. |
views | Provides an interface for viewing a URL. |
Balazs Halasy (23/02/2005 10:15 am)
Balazs Halasy (29/04/2005 8:12 am)
Comments
There are no comments.