Hi,
For our new project, based on C/S architecture, I made one module which displays objects for the current user.
This object tree is filled based on links between objects, which are saved in only one table (called "o2o_general", with oog_parentobject, oog_childobject and oog_relationid).
The...