string(184) "SELECT * FROM `complife_steps` INNER JOIN complife_actions ON complife_steps.action_id = complife_actions.action_id WHERE `automation_id` = 0 ORDER BY `complife_steps`.`step_order` ASC"
object(mysqli_result)#2 (5) {
  ["current_field"]=>
  int(0)
  ["field_count"]=>
  int(10)
  ["lengths"]=>
  NULL
  ["num_rows"]=>
  int(2)
  ["type"]=>
  int(0)
}
array(9) {
  ["step_id"]=>
  string(1) "0"
  ["name"]=>
  string(14) "Check for date"
  ["conditional_checks"]=>
  string(29) "$date >= date('Y-m-d',time())"
  ["action_id"]=>
  string(1) "0"
  ["automation_id"]=>
  string(1) "0"
  ["step_order"]=>
  string(1) "0"
  ["action_name"]=>
  string(1) "-"
  ["variable_structure"]=>
  string(0) ""
  ["endpoint"]=>
  string(0) ""
}
array(9) {
  ["step_id"]=>
  string(1) "1"
  ["name"]=>
  string(20) "Update next due date"
  ["conditional_checks"]=>
  string(0) ""
  ["action_id"]=>
  string(1) "1"
  ["automation_id"]=>
  string(1) "0"
  ["step_order"]=>
  string(1) "1"
  ["action_name"]=>
  string(21) "Update Follow-up Date"
  ["variable_structure"]=>
  string(0) ""
  ["endpoint"]=>
  string(0) ""
}