Advertisement
Guest User

controller

a guest
Mar 10th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. $dt=array();
  2. for($i=0;$i<2;$i++){
  3. $params=$info['channel']['item'][$i];
  4.  
  5. $dt[]= [
  6. 'title'=>$params['title'],
  7. 'description'=>$params['description'],
  8. 'pubDate'=>$params['pubDate'],
  9. 'link'=>$params['link'],
  10. 'category'=>$params['category'],
  11. //'enclosure url'=>$params->enclosure['url'],
  12. 'enclosure url'=>$params=$info['channยญel']['images'],
  13. 'guid'=>$params['guid']
  14. ];
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement