• 大小: 15.75M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: PHP
  • 标签: php  系统  管理  thinkPHP  

资源简介

一个用thinkPHP框架写的图书管理系统程序,简单易懂,适合新手学习,一个在此基础上比葫芦画瓢。很好的学习资源。

代码片段和文件信息

// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2014 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st 
// +----------------------------------------------------------------------

// 应用入口文件

// 检测PHP环境
if(version_compare(PHP_VERSION‘5.3.0‘‘<‘))  die(‘require PHP > 5.3.0 !‘);

// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
define(‘APP_DEBUG‘true);
define(‘BIND_MODULE‘‘Admin‘);

// 定义应用目录
def

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-03-09 04:08  think-library-master\
     文件         203  2017-03-09 04:08  think-library-master\.htaccess
     目录           0  2017-03-09 04:08  think-library-master\Application\
     目录           0  2017-03-09 04:08  think-library-master\Application\Admin\
     目录           0  2017-03-09 04:08  think-library-master\Application\Admin\Common\
     文件        1378  2017-03-09 04:08  think-library-master\Application\Admin\Common\function.php
     文件           1  2017-03-09 04:08  think-library-master\Application\Admin\Common\index.html
     目录           0  2017-03-09 04:08  think-library-master\Application\Admin\Conf\
     文件        1340  2017-03-09 04:08  think-library-master\Application\Admin\Conf\config.php
     文件           1  2017-03-09 04:08  think-library-master\Application\Admin\Conf\index.html
     目录           0  2017-03-09 04:08  think-library-master\Application\Admin\Controller\
     文件        3614  2017-03-09 04:08  think-library-master\Application\Admin\Controller\AdminController.class.php
     文件       10290  2017-03-09 04:08  think-library-master\Application\Admin\Controller\ArticleController.class.php
     文件       14229  2017-03-09 04:08  think-library-master\Application\Admin\Controller\BookmanageController.class.php
     文件         356  2017-03-09 04:08  think-library-master\Application\Admin\Controller\ConfigController.class.php
     文件        1060  2017-03-09 04:08  think-library-master\Application\Admin\Controller\IndexController.class.php
     文件        4471  2017-03-09 04:08  think-library-master\Application\Admin\Controller\PublicsController.class.php
     文件       10393  2017-03-09 04:08  think-library-master\Application\Admin\Controller\UsermanageController.class.php
     文件           1  2017-03-09 04:08  think-library-master\Application\Admin\Controller\index.html
     目录           0  2017-03-09 04:08  think-library-master\Application\Admin\Model\
     文件        1678  2017-03-09 04:08  think-library-master\Application\Admin\Model\ArticleModel.class.php
     文件        1965  2017-03-09 04:08  think-library-master\Application\Admin\Model\ArticletypeModel.class.php
     文件        3101  2017-03-09 04:08  think-library-master\Application\Admin\Model\BookinfoModel.class.php
     文件        1550  2017-03-09 04:08  think-library-master\Application\Admin\Model\BooktypeModel.class.php
     文件        2087  2017-03-09 04:08  think-library-master\Application\Admin\Model\BorrowinfoModel.class.php
     文件        5042  2017-03-09 04:08  think-library-master\Application\Admin\Model\ManagerinfoModel.class.php
     文件        1711  2017-03-09 04:08  think-library-master\Application\Admin\Model\PublisherModel.class.php
     文件        5234  2017-03-09 04:08  think-library-master\Application\Admin\Model\ReaderinfoModel.class.php
     文件           1  2017-03-09 04:08  think-library-master\Application\Admin\Model\index.html
     目录           0  2017-03-09 04:08  think-library-master\Application\Admin\View\
     目录           0  2017-03-09 04:08  think-library-master\Application\Admin\View\Article\
............此处省略1441个文件信息

评论

共有 条评论