Ejemplo n.º 1
0
<?php

/* error_reporting(E_ALL);*/
require "db/requires.php";
require_once "class/guardaTweet.php";
/*ini_set('display_errors', '1');*/
$idHastag = '4';
$tweets = guardaTweet::traeTweets($idHastag);
$smarty->assign('tweets', $tweets);
$smarty->display("amistad.html");