PHP Classes

File: adodb/session/session_schema2.xml

Recommend this page to a friend!
  Classes of Isaac Trenado Mx   PHP MySQL JSON Manager   adodb/session/session_schema2.xml   Download  
File: adodb/session/session_schema2.xml
Role: Auxiliary data
Content type: text/plain
Description: ADOBPHP Download for more information
Class: PHP MySQL JSON Manager
Build and Execute SQL queries with results in JSON
Author: By
Last change:
Date: 8 years ago
Size: 715 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <schema version="0.3"> <table name="sessions2"> <desc>table for ADOdb session-management</desc> <field name="SESSKEY" type="C" size="64"> <descr>session key</descr> <KEY/> <NOTNULL/> </field> <field name="EXPIRY" type="T"> <descr></descr> <NOTNULL/> </field> <field name="CREATED" type="T"> <descr></descr> <NOTNULL/> </field> <field name="MODIFIED" type="T"> <descr></descr> <NOTNULL/> </field> <field name="EXPIREREF" type="C" size="250"> <descr></descr> </field> <field name="SESSDATA" type="XL"> <descr></descr> <NOTNULL/> </field> </table> </schema>