PHP Classes
Icontem

File: examples/tbs_us_examples_datamysql.sql


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Skrol29  >  TinyButStrong template engine  >  examples/tbs_us_examples_datamysql.sql  
File: examples/tbs_us_examples_datamysql.sql
Role: Auxiliary data
Content type: text/plain
Description: sql script for examples and tests
Class: TinyButStrong template engine
Template Engine for Pro and Beginners
 

Contents

Class file image Download
DROP TABLE IF EXISTS t_tbs_exemples;
CREATE TABLE t_tbs_exemples (
  res_id int(11) NOT NULL auto_increment,
  res_name varchar(50) NOT NULL default '',
  res_score int(11) NOT NULL default '0',
  res_date datetime NOT NULL default '0000-00-00 00:00:00',
  res_team varchar(20) NOT NULL default '',
  PRIMARY KEY  (res_id),
  KEY res_team (res_team)
) TYPE=MyISAM;

INSERT INTO t_tbs_exemples VALUES (1, 'michael', 255, '0000-00-00 00:00:00', 'Eagles');
INSERT INTO t_tbs_exemples VALUES (2, 'bigone', 103, '2002-11-24 23:50:00', 'Goonies');
INSERT INTO t_tbs_exemples VALUES (3, 'TheBest', 155, '2002-11-24 23:50:24', 'MIB');
INSERT INTO t_tbs_exemples VALUES (4, 'LittleNemo', 203, '2002-08-10 12:50:45', 'Eagles');
INSERT INTO t_tbs_exemples VALUES (5, 'Rolls', 159, '2002-11-24 23:51:19', 'MIB');
INSERT INTO t_tbs_exemples VALUES (6, 'The very best', 301, '2002-11-24 23:52:22', 'MIB');
INSERT INTO t_tbs_exemples VALUES (7, 'Rocky Horror', 178, '2002-11-24 23:52:41', 'Goonies');

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products