[turba] Re: about private address book

alex alex@thbuo.gov.tw
Fri, 6 Sep 2002 15:51:24 +0800


What a stupid question,I got it.The same as Horde_prefs table ..

Alex

¤Þ¥Î alex@thbuo.gov.tw:

> I could not find where the entry was stored when i add entry to "Private
> Address Book". Can someone tell me what is the storage it store?
> 
> Here are my "Private Address Book" setting in turba/source.php
> ==============================================================
> $cfgSources['prefs'] = array(
>  'title' => 'Private AddressBook',
>     'type' => 'prefs',
>     'params' => array(
>         'name' => 'prefs'
>     ),
>     'map' => array(
>         '__key' => 'id',
>         '__type' => '_type',
>         '__members' => '_members',
>         'name' => 'name',
>         'email' => 'mail',
>         'alias' => 'alias'
>     ),
>     'search' => array(
>         'name',
>         'email',
>         'alias'
>     ),
>     'strict' => array(
>         'id'
>     ),
>     'public' => false,
>     'readonly' => false,
>     'export' => true);
> 
> 
> Alex