latest_list

Summary

Fetch list of latest modified classes.

Usage

fetch( 'class', 'latest_list', hash( [ 'offset', offset ] ,
                                     [ 'limit', limit ] ) )

Parameters

NameTypeDescriptionRequired
offset integer Offset to fetch latest modified classes from no
limit integer Number of classes to fetch no

Returns

Array containing classes sorted by latest modified class first.

Description

Fetch class array sorted by latest modified class. Offset and limit may be used to limit result. If they are omitted, all classes are returned.

Examples

{fetch( 'class', 'latest_list', hash( 'offset', 0,

                                     'limit', 5 ) )}

returns an array containg the 5 last modified classes.

Comments

Log in or create a user account to comment.

Contents

Reference

Database diagram
Template operators
Template functions
Data fetching
    Class
       override_template_list
       attribute_list
       latest_list
       list
    Content
    Collaboration
    Layout
    Notification
    Package
    Section
    Shop
    URL
    User
Modules
XML tags


Created

06/02/2004
12:54:47 pm
by Balazs Halasy

Last updated

06/02/2004
3:23:54 pm
by K�re K�hler H�vik

Authors

Balazs Halasy
K�re K�hler H�vik



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.