Adding the phone information

Mark Birbeck's picture

The first step is to add the phone number information to our person data. This is easily done by editing the person.xml 'file' in our XML database:

    <zip>123456</zip>
    <phones>
      <phone>1234567890</phone>
      <phone>1122334455</phone>
    </phones>
  </person>