基本信息
源码名称:ThinkPHP新闻发布系统
源码大小:0.28M
文件格式:.rar
开发语言:PHP
更新时间:2023-10-09
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
ThinkPHP新闻发布系统
通俗易懂的ThinkPHP文章发布系统源码(前台 后台) 主要是后台可以实现文章的非常方便的发布。 ThinkPHP框架 百度UEditor编辑器实现.具体使用方法参考ruby97的CSDN博客

.
├── ThinkPHP新闻发布系统.rar
└── xxx
    └── xxx
        ├── admin
        │   ├── Conf
        │   │   └── config.php
        │   ├── Lib
        │   │   ├── Action
        │   │   │   ├── ArticleAction.class.php
        │   │   │   ├── CommonAction.class.php
        │   │   │   ├── IndexAction.class.php
        │   │   │   ├── LoginAction.class.php
        │   │   │   └── UserAction.class.php
        │   │   └── Model
        │   │       ├── ArticleModel.class.php
        │   │       ├── PersonModel.class.php
        │   │       └── UserModel.class.php
        │   ├── Runtime
        │   │   ├── Cache
        │   │   │   ├── 4c18d5952d0dbf1eedb8a1ec796fa788.php
        │   │   │   ├── 6a0fa1355e20b485f823227ab394fc93.php
        │   │   │   ├── 8384b84b189c5fd00834f98e9d2c5849.php
        │   │   │   └── fb6b3aae07e58719bb4aa97d8ea4810a.php
        │   │   └── Logs
        │   │       ├── 12_05_10.log
        │   │       ├── 12_05_11.log
        │   │       ├── 12_05_12.log
        │   │       ├── 12_05_13.log
        │   │       ├── 12_05_14.log
        │   │       ├── 12_05_15.log
        │   │       ├── 12_05_16.log
        │   │       └── 12_05_17.log
        │   └── Tpl
        │       ├── Article
        │       │   └── index.html
        │       ├── Index
        │       │   └── index.html
        │       └── Login
        │           └── index.html
        ├── admin.php
        ├── config.inc.php
        ├── home
        │   ├── Conf
        │   │   └── config.php
        │   ├── Lib
        │   │   └── Action
        │   │       ├── IndexAction.class.php
        │   │       ├── IndexAction.class.php.bak
        │   │       └── IndexAction.class.php_默认生成的文件
        │   ├── Runtime
        │   │   ├── Cache
        │   │   │   └── d046431aa157c89f3a1c30c426be003b.php
        │   │   └── Logs
        │   │       ├── 12_05_16.log
        │   │       └── 12_05_17.log
        │   └── Tpl
        │       └── Index
        │           └── index.html
        ├── index.php
        └── public
            ├── Css
            │   ├── admin
            │   │   ├── invalid.css
            │   │   ├── reset.css
            │   │   └── style.css
            │   └── home
            │       ├── backup
            │       │   └── style.css
            │       ├── invalid.css
            │       ├── news.css
            │       ├── reset.css
            │       ├── style.css
            │       └── test.css
            └── Images
                └── admin
                    ├── b.png
                    ├── bg-body.gif
                    ├── bg-button-green.gif
                    ├── bg-content-box.gif
                    ├── bg-form-field.gif
                    ├── bg-login-top.png
                    ├── bg-login.gif
                    ├── bg-menu-item-blue.gif
                    ├── bg-menu-item-current.gif
                    ├── bg-menu-item-green.gif
                    ├── bg-radial-gradient.gif
                    ├── bg-sidebar.gif
                    ├── bl.png
                    ├── br.png
                    ├── closelabel.gif
                    └── icons
                        ├── bullet_black.png
                        ├── clock_48.png
                        ├── comment_48.png
                        ├── cross.png
                        ├── cross_circle.png
                        ├── cross_grey_small.png
                        ├── exclamation.png
                        └── hammer_screwdriver.png

31 directories, 68 files