getConnection(); $article = new Articles($db); $article->id = 0; $social = new Social($db); $social->id = 0; $resultsocial = $social->getArticles(); $result = $article->getArticles(); ?>