getConnection(); $article = new Articles($db); $menu = new Menu($db); $article->id = 0; $numPages = $article->getPagesCount(); $result = $article->getArticles(); include('template/header.php'); ?>