inside the

[cc lang=”html” escaped=”true” width=”500″]

<we:listview type=”object” name=”refliste” order=”we_id” desc=”false” rows=”10″ classid=”2″ languages=”de_DE”>
<we:ifFound>
<we:repeat>

print_r($GLOBALS[“lv”]->object);

print_r($GLOBALS[“lv”]->object->DB_WE;

print_r($GLOBALS[“lv”]->object->DB_WE->Record);

-> get the ID of the object you want to access ->

<we:object id=”$IdOfObject”>

$GLOBALS[“lv”]->object->DB_WE->Record[‘we_Property’]

</we:object>

</we:repeat>

</we:ifFound>

</we:listview>
[/cc]

-> check in Browser Source code a nicely formated version of this output:

 

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