[turba] How to access/insert Turba Lists (object_members) BLOB
Alex Ng
ngstylez at gmail.com
Fri Dec 9 07:21:49 PST 2005
Ok, I think I understand it a bit.
Example: the 'object_members' BLOB:
a:3:{i:0;s:32:"a2068fafcccc86517e0d77ee408af650";i:1;s:32:"41d6d558ffc9214c6db6dc41912460e2";i:2;s:32:"3874fff53e7948c71d12d57cd92bfc65";}
This is a Turba List containing 3 contacts.
This format is:
a:3:
.....array:<number of contacts within the list>:
{i:0;
.....{index: <index#>;
s:32:
.....Don't know what this is, and why it's 32
"a2068fafcccc86517e0d77ee408af650";
.....The object_id of a turba_object (object_type = Object)
Anyone know what the "s:32" is? Please correct me if I'm wrong with the
formatting structure.
Many thanks,
Alex
On 12/9/05, Alex Ng <ngstylez at gmail.com> wrote:
>
> Dear all,
>
> I am trying to insert a Turba List directly into the turba_objects table
> without using the actual turba interface.
>
> What is the format/data of the BLOB contained within the 'object_members'
> field of turba_objects table?
>
> Any ideas how to go about doing this?
>
> Much thanks,
> Alex
>
>
>
More information about the turba
mailing list