[ Index ] |
|
Code source de CakePHP 1.1.13.4450 |
1 # $Id: sessions.sql 4409 2007-02-02 13:20:59Z phpnut $ 2 # 3 # Copyright 2005-2007, Cake Software Foundation, Inc. 4 # 1785 E. Sahara Avenue, Suite 490-204 5 # Las Vegas, Nevada 89104 6 # 7 # Licensed under The MIT License 8 # Redistributions of files must retain the above copyright notice. 9 # http://www.opensource.org/licenses/mit-license.php The MIT License 10 11 CREATE TABLE cake_sessions ( 12 id varchar(255) NOT NULL default '', 13 data text, 14 expires int(11) default NULL, 15 PRIMARY KEY (id) 16 );
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 19:27:47 2007 | par Balluche grâce à PHPXref 0.7 |