PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Tran Tuan   CakePHP Counter Helper   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example usage
Class: CakePHP Counter Helper
CakePHP helper to display visitor statistics
Author: By
Last change:
Date: 12 years ago
Size: 326 bytes
 

Contents

Class file image Download
<?
   
/**
     * Example use CakePHP Counter Helper
     * Use this code in view or layout.
     * Rememember Define Counter Helper in Controller First
     *
     * @ var helpers = array('Counter');
     *
     * Put this code below anywhere you want in view script
    */

   
$this->Counter->_constructDB();
?>