Login   Register  
PHP Classes
elePHPant
Icontem

File: Mysql_Table.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nicoale Dima  >  Plugin Session  >  Mysql_Table.sql  >  Download  
File: Mysql_Table.sql
Role: Auxiliary data
Content type: text/plain
Description: The database table structure
Class: Plugin Session
Session handler plug-in for Zend framework
Author: By
Last change:
Date: 2006-08-24 06:24
Size: 331 bytes
 

Contents

Class file image Download
CREATE TABLE `app_session` (
  `session_id` varchar(32) collate latin1_general_ci NOT NULL default '',
  `session_time` int(11) NOT NULL default '0',
  `session_start` int(11) NOT NULL default '0',
  `session_data` text collate latin1_general_ci NOT NULL,
  `session_key` varchar(50) collate latin1_general_ci default NULL
)