Guest User

Untitled

a guest
Jul 19th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. public function insertFoo($id_project, $compoundid, $member_kind, $member_name, $member_refid)
  2. {
  3. $array_member = array(
  4. 'id' => null,
  5. 'id_project' => $id_project,
  6. 'id_xmlcompound' => $compoundid,
  7. 'kind' => $member_kind,
  8. 'name' => $member_name,
  9. 'refid' => $member_refid,
  10. );
  11. }
Add Comment
Please, Sign In to add comment