摘要: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');/** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, In 阅读全文
posted @ 2013-06-04 11:51 简单--生活 阅读(333) 评论(0) 推荐(0) 编辑
摘要: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');/** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, In 阅读全文
posted @ 2013-06-04 11:32 简单--生活 阅读(279) 评论(0) 推荐(0) 编辑
摘要: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');/** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, In 阅读全文
posted @ 2013-06-04 10:57 简单--生活 阅读(1195) 评论(0) 推荐(0) 编辑
摘要: 表的创建CREATE TABLE `lee` (`id` int(10) NOT NULL AUTO_INCREMENT, `name` char(20) DEFAULT NULL, `birthday` datetime DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8数据插入:insert into lee(name,birthday) values ('sam','1990-01-01');insert into lee(name,birthday) values (& 阅读全文
posted @ 2013-06-04 10:48 简单--生活 阅读(22876) 评论(0) 推荐(2) 编辑
简单--生活(CSDN)