資源簡介
一個用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個文件信息
評論
共有 條評論