Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. <?php if(!empty($posts))
  2. foreach ($posts as $post)
  3. {
  4. echo $post->title;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement