Guest User

Untitled

a guest
Apr 27th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.75 KB | None | 0 0
  1. : INSERT INTO `contact_information_addresses` (`address1`, `address2`, `city`, `state_code`, `zipcode`, `last_revised_date`, `last_revised_user`) VALUES ('6aaa', '6aa', '6aa', 6, '688890', '6011-12-11 23:22:24', 1)
  2.  
  3.  
  4. var $belongsTo = array(
  5.         'Person' => array(
  6.             'className' => 'Person',
  7.             'foreignKey' => 'person_id',
  8.             'conditions' => '',
  9.             'fields' => '',
  10.             'order' => ''
  11.         ),
  12.         'StateCode' => array(
  13.             'className' => 'Code',
  14.             'foreignKey' => 'state_code',
  15.             'conditions' => '',
  16.             'fields' => '',
  17.             'order' => ''
  18.         ),
  19.         'CountryCode' => array(
  20.             'className' => 'Code',
  21.             'foreignKey' => 'country_code',
  22.             'conditions' => '',
  23.             'fields' => '',
  24.             'order' => ''
  25.         )
Add Comment
Please, Sign In to add comment