websupporter

An entry

Mar 31st, 2015
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2.     $entry = array(
  3.         'id'        => 1,
  4.         'type'      => 'type-of-entry',
  5.         'title'     => 'The title',
  6.         'content'   => 'The content',
  7.         'link'      => 'http://example.com/',
  8.         'avatar'    => 'http://gravatar/img.jpg'
  9.     );
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment