[ 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: ViewPagesDetails.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 ViewPagesDetails extends ViewModule 16 { 17 var $viewTemplate = "common/viewpages_details.tpl"; 18 19 function ViewPagesDetails() 20 { 21 parent::ViewModule( "pagesdetails"); 22 } 23 24 function process() 25 { 26 $categoryZoomAsked = html_entity_decode($this->request->getCategoryAsked()); 27 $idToUse = $this->request->getIdToUse(); 28 29 $this->tpl->assign('level', 1 + substr_count($categoryZoomAsked, '>')); 30 $this->tpl->assign('idtouse', $idToUse); 31 32 $methods = array("zoomsorted" => array($categoryZoomAsked, $idToUse)); 33 $this->getDataMethod( $methods ); 34 } 35 36 function init($request) 37 { 38 parent::init($request); 39 $this->tpl->caching = 0; 40 } 41 } 42 ?>
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 |
![]() |