Subversion Repositories Applications.wikini

Rev

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

<?php
     $res = $this->LoadSingle("SELECT count(distinct tag) as nbrPg FROM ".$this->config["table_prefix"]."pages ;");
     if ($res) {
         echo $res["nbrPg"];
    }
?>