Advertisement
SashaRaaa

Untitled

Jul 25th, 2018
2,210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <title></title>
  3. <h1>Новости</h1>
  4.  
  5. <?php
  6.  
  7. $news = $this->data['news'];
  8. $records = $news->getNews();
  9. $record = $records[$this->data['id']];
  10.     ?>
  11.  
  12.     <article> <?php echo $record->getMessage(); ?> </article>
  13.     <hr>
  14.  
  15.  
  16.  
  17.  
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement