Contact_AddressBook
[ class tree: Contact_AddressBook ] [ index: Contact_AddressBook ] [ all elements ]

Source for file records.php

Documentation is available at records.php

  1. <?php
  2. /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 foldmethod=marker */
  3.  
  4. $GLOBALS['_Contact_AddressBook_records'= array (
  5.     0 => array (
  6.         'firstname'     => 'Firman',
  7.         'lastname'      => 'Wandayandi',
  8.         'middlename'    => '',
  9.         'displayname'   => 'Firman Wandayandi',
  10.         'nickname'      => 'firman',
  11.         'email'         => 'firman@php.net',
  12.         'home_address'  => 'Foo Street',
  13.         'home_city'     => 'Bandung',
  14.         'home_zipcode'  => '99999',
  15.         'home_state'    => 'West Java',
  16.         'home_country'  => 'Indonesia',
  17.         'home_phone'    => '99999999',
  18.         'home_fax'      => '99999999',
  19.         'mobile'        => '999999999',
  20.         'homepage'      => 'http://php.hm/~firman',
  21.         'work_address'  => 'Foo Street',
  22.         'work_city'     => 'Bandung',
  23.         'work_zipcode'  => '99999',
  24.         'work_state'    => 'West Java',
  25.         'work_country'  => 'Indonesia',
  26.         'work_homepage' => '',
  27.         'work_phone'    => '99999999',
  28.         'work_fax'      => '99999999',
  29.         'pager'         => '99999999',
  30.         'organization'  => 'Foo',
  31.         'job_title'     => 'Web Developer',
  32.         'department'    => 'Foo Net',
  33.         'notes'         => 'It\'s
  34. multiline 
  35. memo.',
  36.   ),
  37. )
  38.  
  39. /*
  40.  * Local variables:
  41.  * mode: php
  42.  * tab-width: 4
  43.  * c-basic-offset: 4
  44.  * c-hanging-comment-ender-p: nil
  45.  * End:
  46.  */
  47. ?>

Documentation generated on Mon, 11 Mar 2019 15:40:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.