1. determine the ID of the class by hovering with the mouse over the class

2. change the classid of the listview in this template.

3. this line inside the listview-repeat does the magic trick:

<?php echo p_r($GLOBALS[“lv”]); ?>

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html>
<head>
<we:charset defined=”UTF-8″>UTF-8</we:charset>
</head>

<body>
<? // Content ?>

<we:listview type=”object” classid=”4″>
<we:repeat>
<!– display all properties of all objects of the class with id 4 –>
<?php echo p_r($GLOBALS[“lv”]); ?>
</we:repeat>
</we:listview>

</body>
</html>

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin