Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $entry = array(
- 'id' => 1,
- 'type' => 'type-of-entry',
- 'title' => 'The title',
- 'content' => 'The content',
- 'link' => 'http://example.com/',
- 'avatar' => 'http://gravatar/img.jpg'
- );
- ?>
Advertisement
Add Comment
Please, Sign In to add comment