Subversion Repositories Applications.wikini

Rev

Rev 14 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 jpm 1
<?php
2
     $res = $this->LoadSingle("SELECT count(distinct tag) as nbrPg FROM ".$this->config["table_prefix"]."pages ;");
3
     if ($res) {
4
         echo $res["nbrPg"];
5
    }
6
?>