[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 <?php 2 /* 3 * phpMyVisites : website statistics and audience measurements 4 * Copyright (C) 2002 - 2006 5 * http://www.phpmyvisites.net/ 6 * phpMyVisites is free software (license GNU/GPL) 7 * Authors : phpMyVisites team 8 */ 9 10 // $Id: ViewVisits.class.php 29 2006-08-18 07:35:21Z matthieu_ $ 11 12 13 require_once INCLUDE_PATH."/core/include/ViewModule.class.php"; 14 15 class ViewVisits extends ViewModule 16 { 17 var $viewTemplate = "common/viewvisits_all.tpl"; 18 19 20 function ViewVisits() 21 { 22 parent::ViewModule("visits"); 23 } 24 25 function process() 26 { 27 // TEST GRAPHS 28 /* 29 $data = $this->data->getSitesSummaryStatisticsGraph(); 30 printDebug($data); 31 $n = 6; 32 $m = 'a'; 33 $a = INCLUDE_PATH . "/datas/g".$n.$m.".php"; 34 saveConfigFile($a, $data , 'data'); 35 exit; 36 */ 37 38 $methods = array( 39 "statistics" => array(), 40 "periodsummaries" => array(8) 41 ); 42 $this->getDataMethod( $methods ); 43 } 44 45 } 46 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |