Skip to content

Instantly share code, notes, and snippets.

@Tim-Machine
Last active December 20, 2015 18:38
Show Gist options
  • Select an option

  • Save Tim-Machine/6176901 to your computer and use it in GitHub Desktop.

Select an option

Save Tim-Machine/6176901 to your computer and use it in GitHub Desktop.
<?php
$data = new stdClass();
$data->page_title = "Create News Entry";
$data->entry = [
'slug' => "",
'title' => "",
'body' => "",
'user_id' => ""
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment