[turba] Re: Adding Fields to Turba

Chuck Hagenbuch chuck at horde.org
Tue Sep 7 10:40:59 PDT 2004


Quoting Gilad Buzi <gilad.buzi at concatel.com>:

> yes, edwin. this is the way to add fields, but as far as joining two
> fields into one (a composite field like fullName = firstName+lastName),
> i'm don't think there's a way...at least not a stadard way.. or is
> there? any help appreciated.

Only in HEAD:

         'name' => array('fields' => array('firstname', 'lastname'),
                         'format' => '%s %s'),
         'firstname' => 'object_firstname',
         'lastname' => 'object_lastname',

-chuck

--
"Regard my poor demoralized mule!" - Juan Valdez


More information about the turba mailing list