Forums / Setup & design / fetch problem: how to sort_by class_id?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

fetch problem: how to sort_by class_id?

Author Message

Alessandro Cipriani

Wednesday 15 September 2004 3:55:17 am

hi all
in a template i fetch several objects and i want to order them by their class_id.
any hint?

best regards
alessandro

Kåre Køhler Høvik

Sunday 19 September 2004 5:57:21 am

Please see : http://ez.no/ez_publish/documentation/reference/data_fetching/content/list
Availbale class sorting fields :
# the class identifier of the nodes (class_identifier)
# the class name of the nodes (class_name)

Kåre Høvik