PHP Classes

File: config/news.php

Recommend this page to a friend!
  Classes of Okanlawon Anuoluwapo   News Aggregator Backend   config/news.php   Download  
File: config/news.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: News Aggregator Backend
Aggregate news from sites that provide RSS feeds
Author: By
Last change:
Date: 18 days ago
Size: 114 bytes
 

Contents

Class file image Download
<?php

return [
   
'sources' => [
       
'The Guardian',
       
'BBC News',
       
'New York Times'
   
],
];