Skip to content

Instantly share code, notes, and snippets.

@edueo
Created June 19, 2015 14:45
Show Gist options
  • Save edueo/07bb4fb645d8fc3d97b7 to your computer and use it in GitHub Desktop.
Save edueo/07bb4fb645d8fc3d97b7 to your computer and use it in GitHub Desktop.
$insurances = array_map(function ($key, $value) {
$CI =& get_instance();
return array(
'id' => $CI->encrypt->encode($key),
'text' => $value['text']
);
}, array_keys($result->result_array()), $result->result_array());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment