嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
用thinkphp做的简单的新闻系统,用thinkphp做的简单的新闻系统
.
├── thinkphp02
│ ├── Common
│ ├── Conf
│ │ └── config.php
│ ├── Lang
│ ├── Lib
│ │ ├── Action
│ │ │ └── IndexAction.class.php
│ │ └── Model
│ │ └── newsModel.class.php
│ ├── Runtime
│ │ ├── Cache
│ │ │ ├── 0573c70d8602d961e53f714ea77bd87c.php
│ │ │ ├── 4b781d74f08f4c568755f386a0348388.php
│ │ │ ├── b9fce0cd6ce4bfa7837681d544a45262.php
│ │ │ └── e81e89f3d988296972f2f7d60eeedd04.php
│ │ ├── Data
│ │ │ └── _fields
│ │ │ └── news.php
│ │ ├── Logs
│ │ │ └── 10_05_27.log
│ │ ├── Temp
│ │ ├── ~app.php
│ │ └── ~runtime.php
│ ├── ThinkPHP
│ │ ├── Common
│ │ │ ├── alias.php
│ │ │ ├── compat.php
│ │ │ ├── convention.php
│ │ │ ├── core.php
│ │ │ ├── debug.php
│ │ │ ├── defines.php
│ │ │ ├── extend.php
│ │ │ ├── functions.php
│ │ │ ├── paths.php
│ │ │ └── runtime.php
│ │ ├── LICENSE.txt
│ │ ├── Lang
│ │ │ └── zh-cn.php
│ │ ├── Lib
│ │ │ └── Think
│ │ │ ├── Core
│ │ │ │ ├── Action.class.php
│ │ │ │ ├── App.class.php
│ │ │ │ ├── Log.class.php
│ │ │ │ ├── Model
│ │ │ │ │ ├── AdvModel.class.php
│ │ │ │ │ ├── RelationModel.class.php
│ │ │ │ │ └── ViewModel.class.php
│ │ │ │ ├── Model.class.php
│ │ │ │ ├── Think.class.php
│ │ │ │ └── View.class.php
│ │ │ ├── Db
│ │ │ │ ├── Db.class.php
│ │ │ │ └── Driver
│ │ │ │ ├── DbMysql.class.php
│ │ │ │ └── DbMysqli.class.php
│ │ │ ├── Exception
│ │ │ │ └── ThinkException.class.php
│ │ │ ├── Template
│ │ │ │ ├── TagLib
│ │ │ │ │ └── TagLibCx.class.php
│ │ │ │ ├── TagLib.class.php
│ │ │ │ ├── Tags
│ │ │ │ │ └── cx.xml
│ │ │ │ └── ThinkTemplate.class.php
│ │ │ └── Util
│ │ │ ├── Behavior.class.php
│ │ │ ├── Cache
│ │ │ │ └── CacheFile.class.php
│ │ │ ├── Cache.class.php
│ │ │ ├── Cookie.class.php
│ │ │ ├── Debug.class.php
│ │ │ ├── Dispatcher.class.php
│ │ │ ├── HtmlCache.class.php
│ │ │ ├── Session.class.php
│ │ │ ├── Template
│ │ │ │ ├── TemplateSmarty.class.php
│ │ │ │ └── TemplateThink.class.php
│ │ │ └── Widget.class.php
│ │ ├── Mode
│ │ │ ├── Cli
│ │ │ │ ├── Action.class.php
│ │ │ │ ├── App.class.php
│ │ │ │ └── alias.php
│ │ │ ├── Lite
│ │ │ │ ├── Action.class.php
│ │ │ │ ├── App.class.php
│ │ │ │ ├── Db.class.php
│ │ │ │ ├── Dispatcher.class.php
│ │ │ │ ├── Model.class.php
│ │ │ │ └── alias.php
│ │ │ ├── Thin
│ │ │ │ ├── Action.class.php
│ │ │ │ ├── App.class.php
│ │ │ │ ├── Db.class.php
│ │ │ │ ├── Model.class.php
│ │ │ │ └── alias.php
│ │ │ ├── cli.php
│ │ │ ├── lite.php
│ │ │ └── thin.php
│ │ ├── ThinkPHP.php
│ │ ├── Tpl
│ │ │ ├── PageTrace.tpl.php
│ │ │ └── ThinkException.tpl.php
│ │ └── Vendor
│ ├── Tpl
│ │ └── default
│ │ └── index
│ │ ├── index.html
│ │ ├── insert.html
│ │ ├── news_list.html
│ │ └── update.html
│ ├── data
│ │ └── data2.sql
│ ├── index.php
│ └── 使用说明.txt
└── 用thinkphp做的简单的新闻系统_用TP做的简单的新闻系统.rar
39 directories, 79 files