예제 #1
0
<?php

ini_set('error_reporting', E_ALL);
ini_set('display_errors', 1);
require_once '../../app/Config.class.php';
require_once '../../app/Bd.class.php';
$d = array();
$BD = new BD('news');
$d['news'] = $BD->countAll();
$BD->setUsedTable('event');
$d['events'] = $BD->countAll();
echo json_encode($d);
예제 #2
0
파일: footer.php 프로젝트: sebspas/AFK-WEB
					<div class="row team">
						<h2 class="title00 c-white">La team</h2>
	            		<p class="c-white">La team Another Friend Kommunity à été créée par des étudiants en DUT Informatique
						   dans le cadre d'un projet.
	            		</p>
					</div><!-- .row -->
				</div>
			</div><!-- .row -->
			<div class="row">
				<div class="g3"></div>
				<div class="cols1"> 
					<div class="circle white registered">
						<span class="circle-span txt-center"><strong class="c-blue3">
						<?php 
$BD = new BD('user');
echo $BD->countAll();
?>
						</strong> Inscrit(s)</span>
					</div>
				</div>	
				<div class="g1"></div>
				<div class="cols1"> 
					<div class="circle white">
						<span class="circle-span txt-center"><strong class="c-red2"><?php 
echo $BD->count('online', 1);
?>
</strong> Connecté(s)</span>
					</div>
				</div>
				<div class="g1"></div>
				<div class="cols1">