2011/6/6 Daniel-Constantin Mierla miconda@gmail.com:
The module can load on db table in a memory tree or one db table in many trees. For the second case, the db table name is a module parameter and in addition it must have an extra column to specify the memory tree name.
Great. So we can extract different mtrees from the same table, just by filtering by tname column (and then using the assigned name for the module function). Just great :)
Thanks a lot.