Forums / Developer / fetch content of attributes in object

"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 content of attributes in object

Author Message

Alain Mangana

Wednesday 28 January 2009 3:57:21 am


I have a content class that is as follows:

Classe

name: Prise en main
Identifiant: prise_en_main

Attributes

1. Titre court [Ligne de texte] (id:355)
name:Titre court
Identifiant:titre_court

2. Titre [Ligne de texte] (id:356)
name:Titre
Identifiant:titre

6. Chapô [Bloc XML] (id:661)
name:Chapô
Identifiant:chapo

7. Intertitre 1 [Ligne de texte] (id:361)
name:Intertitre 1
Identifiant:intertitre_1

8. Texte 1 [Bloc XML] (id:662)
name:Texte 1
Identifiant:texte_1

9. Intertitre 2 [Ligne de texte] (id:363)
name:Intertitre 2
Identifiant:intertitre_2

10. Texte 2 [Bloc XML] (id:663)
name:Texte 2
Identifiant:texte_2

11. Intertitre 3 [Ligne de texte] (id:664)
name:Intertitre 3
Identifiant:intertitre_3

12. Texte 3 [Bloc XML] (id:665)
name:Texte 3
Identifiant:texte_3

how to fetch the content of all attributes of object with a name beginning with heading

http://tikdem.com
/

Jérôme Vieilledent

Wednesday 28 January 2009 1:12:49 pm

how to fetch the content of all attributes of object with a name beginning with heading

What do you mean exactly