PHP Classes

File: init.sql

Recommend this page to a friend!
  Classes of Tran Tuan   CakePHP Counter Helper   init.sql   Download  
File: init.sql
Role: Auxiliary data
Content type: text/plain
Description: Database Script
Class: CakePHP Counter Helper
CakePHP helper to display visitor statistics
Author: By
Last change:
Date: 12 years ago
Size: 303 bytes
 

Contents

Class file image Download
-- -- Table structure for table `counters` -- CREATE TABLE `counters` ( `id` int(11) NOT NULL auto_increment, `ip` varchar(50) NOT NULL, `time` varchar(11) NOT NULL, `date_visit` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=0 ;