PHP Classes

File: Install/Sql/page_1.18.13032017.sql

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Install/Sql/page_1.18.13032017.sql   Download  
File: Install/Sql/page_1.18.13032017.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 687 bytes
 

Contents

Class file image Download
CREATE TABLE IF NOT EXISTS `#_#####_#page` ( `page_id` int(11) NOT NULL AUTO_INCREMENT, `page_layout` int(11) NOT NULL DEFAULT '0', `page_url` varchar(255) NOT NULL, `page_title` varchar(255) NOT NULL, `page_content` text, `page_status` tinyint(2) NOT NULL DEFAULT '1', `custom_css` text, `custom_js` text, `created_time` int(11) NOT NULL DEFAULT '0', `owner_id` int(11) NOT NULL DEFAULT '0', `hide_header_layout` int(1) NOT NULL DEFAULT '0', `hide_footer_layout` int(1) NOT NULL DEFAULT '0', `is_landing_page` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`page_id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; ---------------------------------------