Advertisement
rochman27

Untitled

Dec 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $parent_est = json_decode($get_estimatehour_parent->estimate_hours);
  2. $subtask_est = json_decode($assigned2);
  3.  
  4.  
  5. foreach ($parent_est as $key => $value) {
  6. if (!empty($key)) {
  7. foreach ($subtask_est as $key2 => $value2) {
  8. $user_id = $parent_est->key;
  9. $user_id2 = $user_id->key2;
  10.  
  11. if($user_id == $user_id2){
  12.  
  13. }
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement