Skip to content

Instantly share code, notes, and snippets.

@KariTrace
Created February 20, 2013 20:17
Show Gist options
  • Save KariTrace/4999166 to your computer and use it in GitHub Desktop.
Save KariTrace/4999166 to your computer and use it in GitHub Desktop.
$task->sub_task_id: stdClass Object
(
[0] => stdClass Object
(
[reports_to_id] => 1088
[task_id] => 1087
[task_name] => Task 1-1
[task_project_id] => 5146
[task_developer_id] => 30
[task_start_date] => 2013-02-19
[task_end_date] => 2013-02-25
[task_hours] => 40
[task_percent_complete] =>
[task_state] => ASSIGNED
[task_close_date] =>
[task_allocation] => 30
[notes] =>
[sub_task_id] => stdClass Object
(
[0] => stdClass Object
(
[reports_to_id] => 1087
[task_id] => 1089
[task_name] => Task 1-2
[task_project_id] => 5146
[task_developer_id] => 333
[task_start_date] => 2013-02-19
[task_end_date] => 2013-02-25
[task_hours] => 40
[task_percent_complete] =>
[task_state] => ASSIGNED
[task_close_date] =>
[task_allocation] => 30
[notes] =>
[sub_task_id] => stdClass Object
(
[0] => stdClass Object
(
[reports_to_id] => 1089
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment