PHP Classes

File: Mysql_Table.sql

Recommend this page to a friend!
  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: 18 years ago
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 )