在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → 呆错文章管理系统

呆错文章管理系统

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:3.32M
  • 下载次数:15
  • 浏览次数:194
  • 发布时间:2022-04-06
  • 实例类别:PHP语言基础
  • 发 布 人:haolizixcv
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 管理系统 管理 系统

实例介绍

【实例简介】呆错文章管理系统

文章管理系统是一款免费开源的PHP新闻文章管理系统,被广泛应用于搭建博客、行业站、企业站、产品展示等。呆错文章系统是一款真正免费、开源的PHP新闻文章管理系统,无任何加密代码、源代码完全公开、安全有保障、无后门隐患。内核安全稳定、

【实例截图】

from clipboard

【核心代码】
.
├── LICENSE.txt
├── README.md
├── admin.php
├── apps
│   ├── admin
│   │   ├── behavior
│   │   │   └── Hook.php
│   │   ├── common.php
│   │   ├── config.php
│   │   ├── controller
│   │   │   ├── Addon.php
│   │   │   ├── Admin.php
│   │   │   ├── Apply.php
│   │   │   ├── Auth.php
│   │   │   ├── Cache.php
│   │   │   ├── Caps.php
│   │   │   ├── Category.php
│   │   │   ├── Config.php
│   │   │   ├── Error.php
│   │   │   ├── Field.php
│   │   │   ├── Index.php
│   │   │   ├── Lang.php
│   │   │   ├── Log.php
│   │   │   ├── Menu.php
│   │   │   ├── Navs.php
│   │   │   ├── Pack.php
│   │   │   ├── Role.php
│   │   │   ├── Route.php
│   │   │   ├── Store.php
│   │   │   ├── Tag.php
│   │   │   ├── Tool.php
│   │   │   ├── Union.php
│   │   │   ├── Update.php
│   │   │   ├── Upload.php
│   │   │   ├── User.php
│   │   │   ├── Version.php
│   │   │   └── Video.php
│   │   ├── lang
│   │   │   └── zh-cn.php
│   │   ├── loglic
│   │   │   ├── Auth.php
│   │   │   ├── Cache.php
│   │   │   ├── Caps.php
│   │   │   ├── Category.php
│   │   │   ├── Config.php
│   │   │   ├── Datas.php
│   │   │   ├── Field.php
│   │   │   ├── Lang.php
│   │   │   ├── Menu.php
│   │   │   ├── Navs.php
│   │   │   ├── Role.php
│   │   │   ├── Route.php
│   │   │   ├── Tag.php
│   │   │   ├── Upload.php
│   │   │   ├── User.php
│   │   │   └── Video.php
│   │   ├── tags.php
│   │   ├── validate
│   │   │   └── Role.php
│   │   ├── view
│   │   │   ├── apply
│   │   │   │   └── index.tpl
│   │   │   ├── auth
│   │   │   │   ├── create.tpl
│   │   │   │   ├── edit.tpl
│   │   │   │   └── index.tpl
│   │   │   ├── cache
│   │   │   │   └── index.tpl
│   │   │   ├── caps
│   │   │   │   ├── front.tpl
│   │   │   │   └── index.tpl
│   │   │   ├── category
│   │   │   │   ├── create.tpl
│   │   │   │   ├── edit.tpl
│   │   │   │   └── index.tpl
│   │   │   ├── config
│   │   │   │   └── index.tpl
│   │   │   ├── field
│   │   │   │   ├── create.tpl
│   │   │   │   ├── edit.tpl
│   │   │   │   └── index.tpl
│   │   │   ├── index
│   │   │   │   ├── index.tpl
│   │   │   │   ├── login.tpl
│   │   │   │   └── welcome.tpl
│   │   │   ├── lang
│   │   │   │   ├── create.tpl
│   │   │   │   ├── edit.tpl
│   │   │   │   └── index.tpl
│   │   │   ├── log
│   │   │   │   ├── edit.tpl
│   │   │   │   └── index.tpl
│   │   │   ├── menu
│   │   │   │   ├── create.tpl
│   │   │   │   ├── edit.tpl
│   │   │   │   └── index.tpl
│   │   │   ├── navs
│   │   │   │   ├── create.tpl
│   │   │   │   ├── edit.tpl
│   │   │   │   └── index.tpl
│   │   │   ├── pack
│   │   │   │   └── index.tpl
│   │   │   ├── role
│   │   │   │   ├── create.tpl
│   │   │   │   ├── edit.tpl
│   │   │   │   └── index.tpl
│   │   │   ├── route
│   │   │   │   ├── create.tpl
│   │   │   │   ├── edit.tpl
│   │   │   │   └── index.tpl
│   │   │   ├── store
│   │   │   │   └── index.tpl
│   │   │   ├── tag
│   │   │   │   ├── create.tpl
│   │   │   │   ├── edit.tpl
│   │   │   │   └── index.tpl
│   │   │   ├── theme.css
│   │   │   ├── theme.js
│   │   │   ├── tool
│   │   │   │   └── index.tpl
│   │   │   ├── upload
│   │   │   │   └── index.tpl
│   │   │   ├── user
│   │   │   │   ├── create.tpl
│   │   │   │   ├── edit.tpl
│   │   │   │   └── index.tpl
│   │   │   └── video
│   │   │       └── index.tpl
│   │   └── widget
│   │       └── Common.php
│   ├── adsense
│   │   ├── common.php
│   │   ├── config.php
│   │   ├── controller
│   │   │   ├── Chongzhi.php
│   │   │   ├── Hits.php
│   │   │   └── Index.php
│   │   ├── event
│   │   │   ├── Admin.php
│   │   │   ├── Sql.php
│   │   │   └── Union.php
│   │   ├── info.php
│   │   ├── lang
│   │   │   └── zh-cn.php
│   │   ├── loglic
│   │   │   └── Datas.php
│   │   ├── theme
│   │   │   └── default
│   │   │       ├── index
│   │   │       │   └── index.tpl
│   │   │       ├── theme.css
│   │   │       └── theme.js
│   │   ├── validate
│   │   │   └── Adsense.php
│   │   └── view
│   │       ├── admin
│   │       │   ├── create.tpl
│   │       │   ├── edit.tpl
│   │       │   └── index.tpl
│   │       ├── theme.css
│   │       ├── theme.js
│   │       └── union
│   │           └── index.tpl
│   ├── api
│   │   ├── common.php
│   │   ├── controller
│   │   │   ├── Index.php
│   │   │   ├── Token.php
│   │   │   └── Upload.php
│   │   ├── lang
│   │   │   └── zh-cn.php
│   │   └── view
│   │       └── token
│   │           ├── index.tpl
│   │           ├── theme.css
│   │           └── theme.js
│   ├── ckeditor
│   │   ├── 4.16.2
│   │   │   ├── ckeditor.js
│   │   │   ├── config.js
│   │   │   ├── contents.css
│   │   │   ├── lang
│   │   │   │   ├── en.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh.js
│   │   │   ├── plugins
│   │   │   │   ├── a11yhelp
│   │   │   │   │   └── dialogs
│   │   │   │   │       ├── a11yhelp.js
│   │   │   │   │       └── lang
│   │   │   │   │           ├── en.js
│   │   │   │   │           ├── zh-cn.js
│   │   │   │   │           └── zh.js
│   │   │   │   ├── about
│   │   │   │   │   └── dialogs
│   │   │   │   │       ├── about.js
│   │   │   │   │       ├── hidpi
│   │   │   │   │       │   └── logo_ckeditor.png
│   │   │   │   │       └── logo_ckeditor.png
│   │   │   │   ├── clipboard
│   │   │   │   │   └── dialogs
│   │   │   │   │       └── paste.js
│   │   │   │   ├── colordialog
│   │   │   │   │   └── dialogs
│   │   │   │   │       ├── colordialog.css
│   │   │   │   │       └── colordialog.js
│   │   │   │   ├── copyformatting
│   │   │   │   │   ├── cursors
│   │   │   │   │   │   ├── cursor-disabled.svg
│   │   │   │   │   │   └── cursor.svg
│   │   │   │   │   └── styles
│   │   │   │   │       └── copyformatting.css
│   │   │   │   ├── dcimage
│   │   │   │   │   ├── image.svg
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── dcvideo
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── play.png
│   │   │   │   │   │   └── video.png
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── dialog
│   │   │   │   │   ├── dialogDefinition.js
│   │   │   │   │   └── styles
│   │   │   │   │       └── dialog.css
│   │   │   │   ├── div
│   │   │   │   │   └── dialogs
│   │   │   │   │       └── div.js
│   │   │   │   ├── exportpdf
│   │   │   │   │   ├── CHANGELOG.md
│   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── plugindefinition.js
│   │   │   │   │   └── tests
│   │   │   │   │       ├── _helpers
│   │   │   │   │       │   └── tools.js
│   │   │   │   │       ├── authentication.js
│   │   │   │   │       ├── exportpdf.js
│   │   │   │   │       ├── manual
│   │   │   │   │       │   ├── configfilename.html
│   │   │   │   │       │   ├── configfilename.md
│   │   │   │   │       │   ├── emptyeditor.html
│   │   │   │   │       │   ├── emptyeditor.md
│   │   │   │   │       │   ├── integration.html
│   │   │   │   │       │   ├── integration.md
│   │   │   │   │       │   ├── integrations
│   │   │   │   │       │   │   ├── easyimage.html
│   │   │   │   │       │   │   └── easyimage.md
│   │   │   │   │       │   ├── notifications.html
│   │   │   │   │       │   ├── notifications.md
│   │   │   │   │       │   ├── notificationsasync.html
│   │   │   │   │       │   ├── notificationsasync.md
│   │   │   │   │       │   ├── paperformat.html
│   │   │   │   │       │   ├── paperformat.md
│   │   │   │   │       │   ├── readonly.html
│   │   │   │   │       │   ├── readonly.md
│   │   │   │   │       │   ├── stylesheets.html
│   │   │   │   │       │   ├── stylesheets.md
│   │   │   │   │       │   ├── tokenfetching.html
│   │   │   │   │       │   ├── tokenfetching.md
│   │   │   │   │       │   ├── tokentwoeditorscorrect.html
│   │   │   │   │       │   ├── tokentwoeditorscorrect.md
│   │   │   │   │       │   ├── tokentwoeditorswrong.html
│   │   │   │   │       │   ├── tokentwoeditorswrong.md
│   │   │   │   │       │   ├── tokenwithouturl.html
│   │   │   │   │       │   ├── tokenwithouturl.md
│   │   │   │   │       │   ├── wrongendpoint.html
│   │   │   │   │       │   └── wrongendpoint.md
│   │   │   │   │       ├── notification.js
│   │   │   │   │       ├── resourcespaths.js
│   │   │   │   │       ├── statistics.js
│   │   │   │   │       └── stylesheets.js
│   │   │   │   ├── find
│   │   │   │   │   └── dialogs
│   │   │   │   │       └── find.js
│   │   │   │   ├── flash
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── flash.js
│   │   │   │   │   └── images
│   │   │   │   │       └── placeholder.png
│   │   │   │   ├── forms
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── button.js
│   │   │   │   │   │   ├── checkbox.js
│   │   │   │   │   │   ├── form.js
│   │   │   │   │   │   ├── hiddenfield.js
│   │   │   │   │   │   ├── radio.js
│   │   │   │   │   │   ├── select.js
│   │   │   │   │   │   ├── textarea.js
│   │   │   │   │   │   └── textfield.js
│   │   │   │   │   └── images
│   │   │   │   │       └── hiddenfield.gif
│   │   │   │   ├── icons.png
│   │   │   │   ├── icons_hidpi.png
│   │   │   │   ├── iframe
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── iframe.js
│   │   │   │   │   └── images
│   │   │   │   │       └── placeholder.png
│   │   │   │   ├── image
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── image.js
│   │   │   │   │   └── images
│   │   │   │   │       └── noimage.png
│   │   │   │   ├── link
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── anchor.js
│   │   │   │   │   │   └── link.js
│   │   │   │   │   └── images
│   │   │   │   │       ├── anchor.png
│   │   │   │   │       └── hidpi
│   │   │   │   │           └── anchor.png
│   │   │   │   ├── liststyle
│   │   │   │   │   └── dialogs
│   │   │   │   │       └── liststyle.js
│   │   │   │   ├── magicline
│   │   │   │   │   └── images
│   │   │   │   │       ├── hidpi
│   │   │   │   │       │   ├── icon-rtl.png
│   │   │   │   │       │   └── icon.png
│   │   │   │   │       ├── icon-rtl.png
│   │   │   │   │       └── icon.png
│   │   │   │   ├── pagebreak
│   │   │   │   │   └── images
│   │   │   │   │       └── pagebreak.gif
│   │   │   │   ├── pastefromgdocs
│   │   │   │   │   └── filter
│   │   │   │   │       └── default.js
│   │   │   │   ├── pastefromlibreoffice
│   │   │   │   │   └── filter
│   │   │   │   │       └── default.js
│   │   │   │   ├── pastefromword
│   │   │   │   │   └── filter
│   │   │   │   │       └── default.js
│   │   │   │   ├── pastetools
│   │   │   │   │   └── filter
│   │   │   │   │       ├── common.js
│   │   │   │   │       └── image.js
│   │   │   │   ├── preview
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── pagebreak.gif
│   │   │   │   │   ├── preview.html
│   │   │   │   │   └── styles
│   │   │   │   │       └── screen.css
│   │   │   │   ├── scayt
│   │   │   │   │   ├── CHANGELOG.md
│   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── options.js
│   │   │   │   │   │   └── toolbar.css
│   │   │   │   │   └── skins
│   │   │   │   │       └── moono-lisa
│   │   │   │   │           └── scayt.css
│   │   │   │   ├── showblocks
│   │   │   │   │   └── images
│   │   │   │   │       ├── block_address.png
│   │   │   │   │       ├── block_blockquote.png
│   │   │   │   │       ├── block_div.png
│   │   │   │   │       ├── block_h1.png
│   │   │   │   │       ├── block_h2.png
│   │   │   │   │       ├── block_h3.png
│   │   │   │   │       ├── block_h4.png
│   │   │   │   │       ├── block_h5.png
│   │   │   │   │       ├── block_h6.png
│   │   │   │   │       ├── block_p.png
│   │   │   │   │       └── block_pre.png
│   │   │   │   ├── smiley
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── smiley.js
│   │   │   │   │   └── images
│   │   │   │   │       ├── angel_smile.gif
│   │   │   │   │       ├── angel_smile.png
│   │   │   │   │       ├── angry_smile.gif
│   │   │   │   │       ├── angry_smile.png
│   │   │   │   │       ├── broken_heart.gif
│   │   │   │   │       ├── broken_heart.png
│   │   │   │   │       ├── confused_smile.gif
│   │   │   │   │       ├── confused_smile.png
│   │   │   │   │       ├── cry_smile.gif
│   │   │   │   │       ├── cry_smile.png
│   │   │   │   │       ├── devil_smile.gif
│   │   │   │   │       ├── devil_smile.png
│   │   │   │   │       ├── embaressed_smile.gif
│   │   │   │   │       ├── embarrassed_smile.gif
│   │   │   │   │       ├── embarrassed_smile.png
│   │   │   │   │       ├── envelope.gif
│   │   │   │   │       ├── envelope.png
│   │   │   │   │       ├── heart.gif
│   │   │   │   │       ├── heart.png
│   │   │   │   │       ├── kiss.gif
│   │   │   │   │       ├── kiss.png
│   │   │   │   │       ├── lightbulb.gif
│   │   │   │   │       ├── lightbulb.png
│   │   │   │   │       ├── omg_smile.gif
│   │   │   │   │       ├── omg_smile.png
│   │   │   │   │       ├── regular_smile.gif
│   │   │   │   │       ├── regular_smile.png
│   │   │   │   │       ├── sad_smile.gif
│   │   │   │   │       ├── sad_smile.png
│   │   │   │   │       ├── shades_smile.gif
│   │   │   │   │       ├── shades_smile.png
│   │   │   │   │       ├── teeth_smile.gif
│   │   │   │   │       ├── teeth_smile.png
│   │   │   │   │       ├── thumbs_down.gif
│   │   │   │   │       ├── thumbs_down.png
│   │   │   │   │       ├── thumbs_up.gif
│   │   │   │   │       ├── thumbs_up.png
│   │   │   │   │       ├── tongue_smile.gif
│   │   │   │   │       ├── tongue_smile.png
│   │   │   │   │       ├── tounge_smile.gif
│   │   │   │   │       ├── whatchutalkingabout_smile.gif
│   │   │   │   │       ├── whatchutalkingabout_smile.png
│   │   │   │   │       ├── wink_smile.gif
│   │   │   │   │       └── wink_smile.png
│   │   │   │   ├── specialchar
│   │   │   │   │   └── dialogs
│   │   │   │   │       ├── lang
│   │   │   │   │       │   ├── en-au.js
│   │   │   │   │       │   ├── en-ca.js
│   │   │   │   │       │   ├── en.js
│   │   │   │   │       │   ├── zh-cn.js
│   │   │   │   │       │   └── zh.js
│   │   │   │   │       └── specialchar.js
│   │   │   │   ├── table
│   │   │   │   │   └── dialogs
│   │   │   │   │       └── table.js
│   │   │   │   ├── tableselection
│   │   │   │   │   └── styles
│   │   │   │   │       └── tableselection.css
│   │   │   │   ├── tabletools
│   │   │   │   │   └── dialogs
│   │   │   │   │       └── tableCell.js
│   │   │   │   ├── templates
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── templates.css
│   │   │   │   │   │   └── templates.js
│   │   │   │   │   └── templates
│   │   │   │   │       ├── default.js
│   │   │   │   │       └── images
│   │   │   │   │           ├── template1.gif
│   │   │   │   │           ├── template2.gif
│   │   │   │   │           └── template3.gif
│   │   │   │   ├── widget
│   │   │   │   │   └── images
│   │   │   │   │       └── handle.png
│   │   │   │   └── wsc
│   │   │   │       ├── LICENSE.md
│   │   │   │       ├── README.md
│   │   │   │       ├── dialogs
│   │   │   │       │   ├── ciframe.html
│   │   │   │       │   ├── tmpFrameset.html
│   │   │   │       │   ├── wsc.css
│   │   │   │       │   ├── wsc.js
│   │   │   │       │   └── wsc_ie.js
│   │   │   │       ├── icons
│   │   │   │       │   ├── hidpi
│   │   │   │       │   │   └── spellchecker.png
│   │   │   │       │   └── spellchecker.png
│   │   │   │       ├── lang
│   │   │   │       │   ├── en-au.js
│   │   │   │       │   ├── en-ca.js
│   │   │   │       │   ├── en-gb.js
│   │   │   │       │   ├── en.js
│   │   │   │       │   ├── zh-cn.js
│   │   │   │       │   └── zh.js
│   │   │   │       ├── plugin.js
│   │   │   │       └── skins
│   │   │   │           └── moono-lisa
│   │   │   │               └── wsc.css
│   │   │   ├── skins
│   │   │   │   └── moono-lisa
│   │   │   │       ├── dialog.css
│   │   │   │       ├── dialog_ie.css
│   │   │   │       ├── dialog_ie8.css
│   │   │   │       ├── dialog_iequirks.css
│   │   │   │       ├── editor.css
│   │   │   │       ├── editor_gecko.css
│   │   │   │       ├── editor_ie.css
│   │   │   │       ├── editor_ie8.css
│   │   │   │       ├── editor_iequirks.css
│   │   │   │       ├── icons.png
│   │   │   │       ├── icons_hidpi.png
│   │   │   │       ├── images
│   │   │   │       │   ├── arrow.png
│   │   │   │       │   ├── close.png
│   │   │   │       │   ├── hidpi
│   │   │   │       │   │   ├── close.png
│   │   │   │       │   │   ├── lock-open.png
│   │   │   │       │   │   ├── lock.png
│   │   │   │       │   │   └── refresh.png
│   │   │   │       │   ├── lock-open.png
│   │   │   │       │   ├── lock.png
│   │   │   │       │   ├── refresh.png
│   │   │   │       │   └── spinner.gif
│   │   │   │       └── readme.md
│   │   │   └── styles.js
│   │   ├── common.php
│   │   ├── config.php
│   │   ├── controller
│   │   │   └── Index.php
│   │   ├── event
│   │   │   ├── Admin.php
│   │   │   └── Sql.php
│   │   ├── info.php
│   │   ├── theme
│   │   │   └── default
│   │   │       ├── index
│   │   │       │   └── index.tpl
│   │   │       ├── theme.css
│   │   │       └── theme.js
│   │   ├── vendor
│   │   │   └── htmlpurifier
│   │   │       ├── HTMLPurifier
│   │   │       │   ├── Arborize.php
│   │   │       │   ├── AttrCollections.php
│   │   │       │   ├── AttrDef
│   │   │       │   │   ├── CSS
│   │   │       │   │   │   ├── AlphaValue.php
│   │   │       │   │   │   ├── Background.php
│   │   │       │   │   │   ├── BackgroundPosition.php
│   │   │       │   │   │   ├── Border.php
│   │   │       │   │   │   ├── Color.php
│   │   │       │   │   │   ├── Composite.php
│   │   │       │   │   │   ├── DenyElementDecorator.php
│   │   │       │   │   │   ├── Filter.php
│   │   │       │   │   │   ├── Font.php
│   │   │       │   │   │   ├── FontFamily.php
│   │   │       │   │   │   ├── Ident.php
│   │   │       │   │   │   ├── ImportantDecorator.php
│   │   │       │   │   │   ├── Length.php
│   │   │       │   │   │   ├── ListStyle.php
│   │   │       │   │   │   ├── Multiple.php
│   │   │       │   │   │   ├── Number.php
│   │   │       │   │   │   ├── Percentage.php
│   │   │       │   │   │   ├── TextDecoration.php
│   │   │       │   │   │   └── URI.php
│   │   │       │   │   ├── CSS.php
│   │   │       │   │   ├── Clone.php
│   │   │       │   │   ├── Enum.php
│   │   │       │   │   ├── HTML
│   │   │       │   │   │   ├── Bool.php
│   │   │       │   │   │   ├── Class.php
│   │   │       │   │   │   ├── Color.php
│   │   │       │   │   │   ├── FrameTarget.php
│   │   │       │   │   │   ├── ID.php
│   │   │       │   │   │   ├── Length.php
│   │   │       │   │   │   ├── LinkTypes.php
│   │   │       │   │   │   ├── MultiLength.php
│   │   │       │   │   │   ├── Nmtokens.php
│   │   │       │   │   │   └── Pixels.php
│   │   │       │   │   ├── Integer.php
│   │   │       │   │   ├── Lang.php
│   │   │       │   │   ├── Switch.php
│   │   │       │   │   ├── Text.php
│   │   │       │   │   ├── URI
│   │   │       │   │   │   ├── Email
│   │   │       │   │   │   │   └── SimpleCheck.php
│   │   │       │   │   │   ├── Email.php
│   │   │       │   │   │   ├── Host.php
│   │   │       │   │   │   ├── IPv4.php
│   │   │       │   │   │   └── IPv6.php
│   │   │       │   │   └── URI.php
│   │   │       │   ├── AttrDef.php
│   │   │       │   ├── AttrTransform
│   │   │       │   │   ├── Background.php
│   │   │       │   │   ├── BdoDir.php
│   │   │       │   │   ├── BgColor.php
│   │   │       │   │   ├── BoolToCSS.php
│   │   │       │   │   ├── Border.php
│   │   │       │   │   ├── EnumToCSS.php
│   │   │       │   │   ├── ImgRequired.php
│   │   │       │   │   ├── ImgSpace.php
│   │   │       │   │   ├── Input.php
│   │   │       │   │   ├── Lang.php
│   │   │       │   │   ├── Length.php
│   │   │       │   │   ├── Name.php
│   │   │       │   │   ├── NameSync.php
│   │   │       │   │   ├── Nofollow.php
│   │   │       │   │   ├── SafeEmbed.php
│   │   │       │   │   ├── SafeObject.php
│   │   │       │   │   ├── SafeParam.php
│   │   │       │   │   ├── ScriptRequired.php
│   │   │       │   │   ├── TargetBlank.php
│   │   │       │   │   ├── TargetNoopener.php
│   │   │       │   │   ├── TargetNoreferrer.php
│   │   │       │   │   └── Textarea.php
│   │   │       │   ├── AttrTransform.php
│   │   │       │   ├── AttrTypes.php
│   │   │       │   ├── AttrValidator.php
│   │   │       │   ├── Bootstrap.php
│   │   │       │   ├── CSSDefinition.php
│   │   │       │   ├── ChildDef
│   │   │       │   │   ├── Chameleon.php
│   │   │       │   │   ├── Custom.php
│   │   │       │   │   ├── Empty.php
│   │   │       │   │   ├── List.php
│   │   │       │   │   ├── Optional.php
│   │   │       │   │   ├── Required.php
│   │   │       │   │   ├── StrictBlockquote.php
│   │   │       │   │   └── Table.php
│   │   │       │   ├── ChildDef.php
│   │   │       │   ├── Config.php
│   │   │       │   ├── ConfigSchema
│   │   │       │   │   ├── Builder
│   │   │       │   │   │   ├── ConfigSchema.php
│   │   │       │   │   │   └── Xml.php
│   │   │       │   │   ├── Exception.php
│   │   │       │   │   ├── Interchange
│   │   │       │   │   │   ├── Directive.php
│   │   │       │   │   │   └── Id.php
│   │   │       │   │   ├── Interchange.php
│   │   │       │   │   ├── InterchangeBuilder.php
│   │   │       │   │   ├── Validator.php
│   │   │       │   │   ├── ValidatorAtom.php
│   │   │       │   │   ├── schema
│   │   │       │   │   │   ├── Attr.AllowedClasses.txt
│   │   │       │   │   │   ├── Attr.AllowedFrameTargets.txt
│   │   │       │   │   │   ├── Attr.AllowedRel.txt
│   │   │       │   │   │   ├── Attr.AllowedRev.txt
│   │   │       │   │   │   ├── Attr.ClassUseCDATA.txt
│   │   │       │   │   │   ├── Attr.DefaultImageAlt.txt
│   │   │       │   │   │   ├── Attr.DefaultInvalidImage.txt
│   │   │       │   │   │   ├── Attr.DefaultInvalidImageAlt.txt
│   │   │       │   │   │   ├── Attr.DefaultTextDir.txt
│   │   │       │   │   │   ├── Attr.EnableID.txt
│   │   │       │   │   │   ├── Attr.ForbiddenClasses.txt
│   │   │       │   │   │   ├── Attr.ID.HTML5.txt
│   │   │       │   │   │   ├── Attr.IDBlacklist.txt
│   │   │       │   │   │   ├── Attr.IDBlacklistRegexp.txt
│   │   │       │   │   │   ├── Attr.IDPrefix.txt
│   │   │       │   │   │   ├── Attr.IDPrefixLocal.txt
│   │   │       │   │   │   ├── AutoFormat.AutoParagraph.txt
│   │   │       │   │   │   ├── AutoFormat.Custom.txt
│   │   │       │   │   │   ├── AutoFormat.DisplayLinkURI.txt
│   │   │       │   │   │   ├── AutoFormat.Linkify.txt
│   │   │       │   │   │   ├── AutoFormat.PurifierLinkify.DocURL.txt
│   │   │       │   │   │   ├── AutoFormat.PurifierLinkify.txt
│   │   │       │   │   │   ├── AutoFormat.RemoveEmpty.Predicate.txt
│   │   │       │   │   │   ├── AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
│   │   │       │   │   │   ├── AutoFormat.RemoveEmpty.RemoveNbsp.txt
│   │   │       │   │   │   ├── AutoFormat.RemoveEmpty.txt
│   │   │       │   │   │   ├── AutoFormat.RemoveSpansWithoutAttributes.txt
│   │   │       │   │   │   ├── CSS.AllowDuplicates.txt
│   │   │       │   │   │   ├── CSS.AllowImportant.txt
│   │   │       │   │   │   ├── CSS.AllowTricky.txt
│   │   │       │   │   │   ├── CSS.AllowedFonts.txt
│   │   │       │   │   │   ├── CSS.AllowedProperties.txt
│   │   │       │   │   │   ├── CSS.DefinitionRev.txt
│   │   │       │   │   │   ├── CSS.ForbiddenProperties.txt
│   │   │       │   │   │   ├── CSS.MaxImgLength.txt
│   │   │       │   │   │   ├── CSS.Proprietary.txt
│   │   │       │   │   │   ├── CSS.Trusted.txt
│   │   │       │   │   │   ├── Cache.DefinitionImpl.txt
│   │   │       │   │   │   ├── Cache.SerializerPath.txt
│   │   │       │   │   │   ├── Cache.SerializerPermissions.txt
│   │   │       │   │   │   ├── Core.AggressivelyFixLt.txt
│   │   │       │   │   │   ├── Core.AggressivelyRemoveScript.txt
│   │   │       │   │   │   ├── Core.AllowHostnameUnderscore.txt
│   │   │       │   │   │   ├── Core.AllowParseManyTags.txt
│   │   │       │   │   │   ├── Core.CollectErrors.txt
│   │   │       │   │   │   ├── Core.ColorKeywords.txt
│   │   │       │   │   │   ├── Core.ConvertDocumentToFragment.txt
│   │   │       │   │   │   ├── Core.DirectLexLineNumberSyncInterval.txt
│   │   │       │   │   │   ├── Core.DisableExcludes.txt
│   │   │       │   │   │   ├── Core.EnableIDNA.txt
│   │   │       │   │   │   ├── Core.Encoding.txt
│   │   │       │   │   │   ├── Core.EscapeInvalidChildren.txt
│   │   │       │   │   │   ├── Core.EscapeInvalidTags.txt
│   │   │       │   │   │   ├── Core.EscapeNonASCIICharacters.txt
│   │   │       │   │   │   ├── Core.HiddenElements.txt
│   │   │       │   │   │   ├── Core.Language.txt
│   │   │       │   │   │   ├── Core.LegacyEntityDecoder.txt
│   │   │       │   │   │   ├── Core.LexerImpl.txt
│   │   │       │   │   │   ├── Core.MaintainLineNumbers.txt
│   │   │       │   │   │   ├── Core.NormalizeNewlines.txt
│   │   │       │   │   │   ├── Core.RemoveInvalidImg.txt
│   │   │       │   │   │   ├── Core.RemoveProcessingInstructions.txt
│   │   │       │   │   │   ├── Core.RemoveScriptContents.txt
│   │   │       │   │   │   ├── Filter.Custom.txt
│   │   │       │   │   │   ├── Filter.ExtractStyleBlocks.Escaping.txt
│   │   │       │   │   │   ├── Filter.ExtractStyleBlocks.Scope.txt
│   │   │       │   │   │   ├── Filter.ExtractStyleBlocks.TidyImpl.txt
│   │   │       │   │   │   ├── Filter.ExtractStyleBlocks.txt
│   │   │       │   │   │   ├── Filter.YouTube.txt
│   │   │       │   │   │   ├── HTML.Allowed.txt
│   │   │       │   │   │   ├── HTML.AllowedAttributes.txt
│   │   │       │   │   │   ├── HTML.AllowedComments.txt
│   │   │       │   │   │   ├── HTML.AllowedCommentsRegexp.txt
│   │   │       │   │   │   ├── HTML.AllowedElements.txt
│   │   │       │   │   │   ├── HTML.AllowedModules.txt
│   │   │       │   │   │   ├── HTML.Attr.Name.UseCDATA.txt
│   │   │       │   │   │   ├── HTML.BlockWrapper.txt
│   │   │       │   │   │   ├── HTML.CoreModules.txt
│   │   │       │   │   │   ├── HTML.CustomDoctype.txt
│   │   │       │   │   │   ├── HTML.DefinitionID.txt
│   │   │       │   │   │   ├── HTML.DefinitionRev.txt
│   │   │       │   │   │   ├── HTML.Doctype.txt
│   │   │       │   │   │   ├── HTML.FlashAllowFullScreen.txt
│   │   │       │   │   │   ├── HTML.ForbiddenAttributes.txt
│   │   │       │   │   │   ├── HTML.ForbiddenElements.txt
│   │   │       │   │   │   ├── HTML.Forms.txt
│   │   │       │   │   │   ├── HTML.MaxImgLength.txt
│   │   │       │   │   │   ├── HTML.Nofollow.txt
│   │   │       │   │   │   ├── HTML.Parent.txt
│   │   │       │   │   │   ├── HTML.Proprietary.txt
│   │   │       │   │   │   ├── HTML.SafeEmbed.txt
│   │   │       │   │   │   ├── HTML.SafeIframe.txt
│   │   │       │   │   │   ├── HTML.SafeObject.txt
│   │   │       │   │   │   ├── HTML.SafeScripting.txt
│   │   │       │   │   │   ├── HTML.Strict.txt
│   │   │       │   │   │   ├── HTML.TargetBlank.txt
│   │   │       │   │   │   ├── HTML.TargetNoopener.txt
│   │   │       │   │   │   ├── HTML.TargetNoreferrer.txt
│   │   │       │   │   │   ├── HTML.TidyAdd.txt
│   │   │       │   │   │   ├── HTML.TidyLevel.txt
│   │   │       │   │   │   ├── HTML.TidyRemove.txt
│   │   │       │   │   │   ├── HTML.Trusted.txt
│   │   │       │   │   │   ├── HTML.XHTML.txt
│   │   │       │   │   │   ├── Output.CommentScriptContents.txt
│   │   │       │   │   │   ├── Output.FixInnerHTML.txt
│   │   │       │   │   │   ├── Output.FlashCompat.txt
│   │   │       │   │   │   ├── Output.Newline.txt
│   │   │       │   │   │   ├── Output.SortAttr.txt
│   │   │       │   │   │   ├── Output.TidyFormat.txt
│   │   │       │   │   │   ├── Test.ForceNoIconv.txt
│   │   │       │   │   │   ├── URI.AllowedSchemes.txt
│   │   │       │   │   │   ├── URI.Base.txt
│   │   │       │   │   │   ├── URI.DefaultScheme.txt
│   │   │       │   │   │   ├── URI.DefinitionID.txt
│   │   │       │   │   │   ├── URI.DefinitionRev.txt
│   │   │       │   │   │   ├── URI.Disable.txt
│   │   │       │   │   │   ├── URI.DisableExternal.txt
│   │   │       │   │   │   ├── URI.DisableExternalResources.txt
│   │   │       │   │   │   ├── URI.DisableResources.txt
│   │   │       │   │   │   ├── URI.Host.txt
│   │   │       │   │   │   ├── URI.HostBlacklist.txt
│   │   │       │   │   │   ├── URI.MakeAbsolute.txt
│   │   │       │   │   │   ├── URI.Munge.txt
│   │   │       │   │   │   ├── URI.MungeResources.txt
│   │   │       │   │   │   ├── URI.MungeSecretKey.txt
│   │   │       │   │   │   ├── URI.OverrideAllowedSchemes.txt
│   │   │       │   │   │   ├── URI.SafeIframeRegexp.txt
│   │   │       │   │   │   └── info.ini
│   │   │       │   │   └── schema.ser
│   │   │       │   ├── ConfigSchema.php
│   │   │       │   ├── ContentSets.php
│   │   │       │   ├── Context.php
│   │   │       │   ├── Definition.php
│   │   │       │   ├── DefinitionCache
│   │   │       │   │   ├── Decorator
│   │   │       │   │   │   ├── Cleanup.php
│   │   │       │   │   │   ├── Memory.php
│   │   │       │   │   │   └── Template.php.in
│   │   │       │   │   ├── Decorator.php
│   │   │       │   │   ├── Null.php
│   │   │       │   │   ├── Serializer
│   │   │       │   │   │   ├── HTML
│   │   │       │   │   │   │   └── 4.13.0,eee54311b8de7ef54df800cf4a21e8bac10ab3d7,1.ser
│   │   │       │   │   │   └── README
│   │   │       │   │   └── Serializer.php
│   │   │       │   ├── DefinitionCache.php
│   │   │       │   ├── DefinitionCacheFactory.php
│   │   │       │   ├── Doctype.php
│   │   │       │   ├── DoctypeRegistry.php
│   │   │       │   ├── ElementDef.php
│   │   │       │   ├── Encoder.php
│   │   │       │   ├── EntityLookup
│   │   │       │   │   └── entities.ser
│   │   │       │   ├── EntityLookup.php
│   │   │       │   ├── EntityParser.php
│   │   │       │   ├── ErrorCollector.php
│   │   │       │   ├── ErrorStruct.php
│   │   │       │   ├── Exception.php
│   │   │       │   ├── Filter
│   │   │       │   │   ├── ExtractStyleBlocks.php
│   │   │       │   │   └── YouTube.php
│   │   │       │   ├── Filter.php
│   │   │       │   ├── Generator.php
│   │   │       │   ├── HTMLDefinition.php
│   │   │       │   ├── HTMLModule
│   │   │       │   │   ├── Bdo.php
│   │   │       │   │   ├── CommonAttributes.php
│   │   │       │   │   ├── Edit.php
│   │   │       │   │   ├── Forms.php
│   │   │       │   │   ├── Hypertext.php
│   │   │       │   │   ├── Iframe.php
│   │   │       │   │   ├── Image.php
│   │   │       │   │   ├── Legacy.php
│   │   │       │   │   ├── List.php
│   │   │       │   │   ├── Name.php
│   │   │       │   │   ├── Nofollow.php
│   │   │       │   │   ├── NonXMLCommonAttributes.php
│   │   │       │   │   ├── Object.php
│   │   │       │   │   ├── Presentation.php
│   │   │       │   │   ├── Proprietary.php
│   │   │       │   │   ├── Ruby.php
│   │   │       │   │   ├── SafeEmbed.php
│   │   │       │   │   ├── SafeObject.php
│   │   │       │   │   ├── SafeScripting.php
│   │   │       │   │   ├── Scripting.php
│   │   │       │   │   ├── StyleAttribute.php
│   │   │       │   │   ├── Tables.php
│   │   │       │   │   ├── Target.php
│   │   │       │   │   ├── TargetBlank.php
│   │   │       │   │   ├── TargetNoopener.php
│   │   │       │   │   ├── TargetNoreferrer.php
│   │   │       │   │   ├── Text.php
│   │   │       │   │   ├── Tidy
│   │   │       │   │   │   ├── Name.php
│   │   │       │   │   │   ├── Proprietary.php
│   │   │       │   │   │   ├── Strict.php
│   │   │       │   │   │   ├── Transitional.php
│   │   │       │   │   │   ├── XHTML.php
│   │   │       │   │   │   └── XHTMLAndHTML4.php
│   │   │       │   │   ├── Tidy.php
│   │   │       │   │   └── XMLCommonAttributes.php
│   │   │       │   ├── HTMLModule.php
│   │   │       │   ├── HTMLModuleManager.php
│   │   │       │   ├── IDAccumulator.php
│   │   │       │   ├── Injector
│   │   │       │   │   ├── AutoParagraph.php
│   │   │       │   │   ├── DisplayLinkURI.php
│   │   │       │   │   ├── Linkify.php
│   │   │       │   │   ├── PurifierLinkify.php
│   │   │       │   │   ├── RemoveEmpty.php
│   │   │       │   │   ├── RemoveSpansWithoutAttributes.php
│   │   │       │   │   └── SafeObject.php
│   │   │       │   ├── Injector.php
│   │   │       │   ├── Language
│   │   │       │   │   └── messages
│   │   │       │   │       └── en.php
│   │   │       │   ├── Language.php
│   │   │       │   ├── LanguageFactory.php
│   │   │       │   ├── Length.php
│   │   │       │   ├── Lexer
│   │   │       │   │   ├── DOMLex.php
│   │   │       │   │   ├── DirectLex.php
│   │   │       │   │   └── PH5P.php
│   │   │       │   ├── Lexer.php
│   │   │       │   ├── Node
│   │   │       │   │   ├── Comment.php
│   │   │       │   │   ├── Element.php
│   │   │       │   │   └── Text.php
│   │   │       │   ├── Node.php
│   │   │       │   ├── PercentEncoder.php
│   │   │       │   ├── Printer
│   │   │       │   │   ├── CSSDefinition.php
│   │   │       │   │   ├── ConfigForm.css
│   │   │       │   │   ├── ConfigForm.js
│   │   │       │   │   ├── ConfigForm.php
│   │   │       │   │   └── HTMLDefinition.php
│   │   │       │   ├── Printer.php
│   │   │       │   ├── PropertyList.php
│   │   │       │   ├── PropertyListIterator.php
│   │   │       │   ├── Queue.php
│   │   │       │   ├── Strategy
│   │   │       │   │   ├── Composite.php
│   │   │       │   │   ├── Core.php
│   │   │       │   │   ├── FixNesting.php
│   │   │       │   │   ├── MakeWellFormed.php
│   │   │       │   │   ├── RemoveForeignElements.php
│   │   │       │   │   └── ValidateAttributes.php
│   │   │       │   ├── Strategy.php
│   │   │       │   ├── StringHash.php
│   │   │       │   ├── StringHashParser.php
│   │   │       │   ├── TagTransform
│   │   │       │   │   ├── Font.php
│   │   │       │   │   └── Simple.php
│   │   │       │   ├── TagTransform.php
│   │   │       │   ├── Token
│   │   │       │   │   ├── Comment.php
│   │   │       │   │   ├── Empty.php
│   │   │       │   │   ├── End.php
│   │   │       │   │   ├── Start.php
│   │   │       │   │   ├── Tag.php
│   │   │       │   │   └── Text.php
│   │   │       │   ├── Token.php
│   │   │       │   ├── TokenFactory.php
│   │   │       │   ├── URI.php
│   │   │       │   ├── URIDefinition.php
│   │   │       │   ├── URIFilter
│   │   │       │   │   ├── DisableExternal.php
│   │   │       │   │   ├── DisableExternalResources.php
│   │   │       │   │   ├── DisableResources.php
│   │   │       │   │   ├── HostBlacklist.php
│   │   │       │   │   ├── MakeAbsolute.php
│   │   │       │   │   ├── Munge.php
│   │   │       │   │   └── SafeIframe.php
│   │   │       │   ├── URIFilter.php
│   │   │       │   ├── URIParser.php
│   │   │       │   ├── URIScheme
│   │   │       │   │   ├── data.php
│   │   │       │   │   ├── file.php
│   │   │       │   │   ├── ftp.php
│   │   │       │   │   ├── http.php
│   │   │       │   │   ├── https.php
│   │   │       │   │   ├── mailto.php
│   │   │       │   │   ├── news.php
│   │   │       │   │   ├── nntp.php
│   │   │       │   │   └── tel.php
│   │   │       │   ├── URIScheme.php
│   │   │       │   ├── URISchemeRegistry.php
│   │   │       │   ├── UnitConverter.php
│   │   │       │   ├── VarParser
│   │   │       │   │   ├── Flexible.php
│   │   │       │   │   └── Native.php
│   │   │       │   ├── VarParser.php
│   │   │       │   ├── VarParserException.php
│   │   │       │   └── Zipper.php
│   │   │       ├── HTMLPurifier.auto.php
│   │   │       ├── HTMLPurifier.autoload-legacy.php
│   │   │       ├── HTMLPurifier.autoload.php
│   │   │       ├── HTMLPurifier.composer.php
│   │   │       ├── HTMLPurifier.func.php
│   │   │       ├── HTMLPurifier.includes.php
│   │   │       ├── HTMLPurifier.kses.php
│   │   │       ├── HTMLPurifier.path.php
│   │   │       ├── HTMLPurifier.php
│   │   │       └── HTMLPurifier.safe-includes.php
│   │   └── view
│   │       └── editor
│   │           └── index.tpl
│   ├── cms
│   │   ├── behavior
│   │   │   └── Hook.php
│   │   ├── common.php
│   │   ├── config.php
│   │   ├── controller
│   │   │   ├── Category.php
│   │   │   ├── Data.php
│   │   │   ├── Detail.php
│   │   │   ├── Filter.php
│   │   │   ├── Index.php
│   │   │   ├── Post.php
│   │   │   ├── Search.php
│   │   │   ├── Sitemap.php
│   │   │   ├── Tag.php
│   │   │   └── Value.php
│   │   ├── event
│   │   │   ├── Admin.php
│   │   │   ├── Collect.php
│   │   │   ├── Config.php
│   │   │   ├── Count.php
│   │   │   ├── Seo.php
│   │   │   └── Sql.php
│   │   ├── info.php
│   │   ├── lang
│   │   │   └── zh-cn.php
│   │   ├── loglic
│   │   │   ├── Collect.php
│   │   │   ├── Datas.php
│   │   │   ├── Detail.php
│   │   │   └── Upgrade.php
│   │   ├── tags.php
│   │   ├── theme
│   │   │   └── default
│   │   │       ├── category
│   │   │       │   ├── all.tpl
│   │   │       │   └── index.tpl
│   │   │       ├── detail
│   │   │       │   ├── album.tpl
│   │   │       │   ├── auido.tpl
│   │   │       │   ├── image.tpl
│   │   │       │   ├── index.tpl
│   │   │       │   ├── link.tpl
│   │   │       │   └── video.tpl
│   │   │       ├── filter
│   │   │       │   └── index.tpl
│   │   │       ├── index
│   │   │       │   ├── fast.tpl
│   │   │       │   ├── head.tpl
│   │   │       │   ├── index.tpl
│   │   │       │   ├── news.tpl
│   │   │       │   ├── recommend.tpl
│   │   │       │   ├── top.tpl
│   │   │       │   └── views.tpl
│   │   │       ├── search
│   │   │       │   └── index.tpl
│   │   │       ├── tag
│   │   │       │   ├── all.tpl
│   │   │       │   └── index.tpl
│   │   │       ├── theme.css
│   │   │       ├── theme.js
│   │   │       └── widget
│   │   │           ├── footer.tpl
│   │   │           ├── friend.tpl
│   │   │           ├── header.tpl
│   │   │           └── sitebar.tpl
│   │   ├── validate
│   │   │   ├── Category.php
│   │   │   ├── Detail.php
│   │   │   └── Tag.php
│   │   └── view
│   │       ├── admin
│   │       │   ├── create.tpl
│   │       │   ├── edit.tpl
│   │       │   └── index.tpl
│   │       ├── collect
│   │       │   ├── create.tpl
│   │       │   ├── edit.tpl
│   │       │   └── index.tpl
│   │       ├── config
│   │       │   └── index.tpl
│   │       ├── count
│   │       │   └── index.tpl
│   │       ├── seo
│   │       │   └── index.tpl
│   │       ├── theme.css
│   │       └── theme.js
│   ├── common
│   │   ├── behavior
│   │   │   └── Common.php
│   │   ├── controller
│   │   │   ├── Addon.php
│   │   │   ├── Api.php
│   │   │   ├── Base.php
│   │   │   └── Front.php
│   │   ├── loglic
│   │   │   ├── Attr.php
│   │   │   ├── Auth.php
│   │   │   ├── Category.php
│   │   │   ├── Config.php
│   │   │   ├── Field.php
│   │   │   ├── Info.php
│   │   │   ├── Lang.php
│   │   │   ├── Log.php
│   │   │   ├── Menu.php
│   │   │   ├── Navs.php
│   │   │   ├── Role.php
│   │   │   ├── Route.php
│   │   │   ├── Tag.php
│   │   │   ├── Term.php
│   │   │   ├── Update.php
│   │   │   ├── Upgrade.php
│   │   │   └── User.php
│   │   ├── model
│   │   │   ├── Info.php
│   │   │   ├── InfoMeta.php
│   │   │   ├── Log.php
│   │   │   ├── Op.php
│   │   │   ├── Term.php
│   │   │   ├── TermMap.php
│   │   │   ├── TermMeta.php
│   │   │   ├── User.php
│   │   │   └── UserMeta.php
│   │   ├── validate
│   │   │   ├── Apply.php
│   │   │   ├── Hook.php
│   │   │   ├── Info.php
│   │   │   ├── InfoMeta.php
│   │   │   ├── Op.php
│   │   │   ├── Route.php
│   │   │   ├── Term.php
│   │   │   ├── TermMeta.php
│   │   │   ├── User.php
│   │   │   └── UserMeta.php
│   │   ├── view
│   │   │   ├── addon
│   │   │   │   ├── create.tpl
│   │   │   │   └── edit.tpl
│   │   │   ├── admin.tpl
│   │   │   ├── form
│   │   │   │   ├── captcha.tpl
│   │   │   │   ├── checkbox.tpl
│   │   │   │   ├── custom.tpl
│   │   │   │   ├── datetime.tpl
│   │   │   │   ├── default.tpl
│   │   │   │   ├── editor.tpl
│   │   │   │   ├── email.tpl
│   │   │   │   ├── file.tpl
│   │   │   │   ├── filter.tpl
│   │   │   │   ├── group.tpl
│   │   │   │   ├── hidden.tpl
│   │   │   │   ├── image.tpl
│   │   │   │   ├── index.tpl
│   │   │   │   ├── json.tpl
│   │   │   │   ├── number.tpl
│   │   │   │   ├── password.tpl
│   │   │   │   ├── radio.tpl
│   │   │   │   ├── select.tpl
│   │   │   │   ├── switch.tpl
│   │   │   │   ├── tags.tpl
│   │   │   │   ├── text.tpl
│   │   │   │   ├── textarea.tpl
│   │   │   │   └── url.tpl
│   │   │   ├── front.tpl
│   │   │   ├── table
│   │   │   │   └── index.tpl
│   │   │   └── thinkphp
│   │   │       ├── dispatch_jump.tpl
│   │   │       ├── http_exception_404.tpl
│   │   │       ├── http_exception_500.tpl
│   │   │       └── think_exception.tpl
│   │   └── widget
│   │       ├── Form.php
│   │       └── Table.php
│   ├── common.php
│   ├── config.php
│   ├── database.php
│   ├── friend
│   │   ├── common.php
│   │   ├── config.php
│   │   ├── controller
│   │   │   ├── Index.php
│   │   │   └── Publish.php
│   │   ├── event
│   │   │   ├── Admin.php
│   │   │   ├── Config.php
│   │   │   └── Sql.php
│   │   ├── info.php
│   │   ├── lang
│   │   │   └── zh-cn.php
│   │   ├── loglic
│   │   │   ├── Common.php
│   │   │   └── Datas.php
│   │   ├── theme
│   │   │   └── default
│   │   │       ├── index
│   │   │       │   └── index.tpl
│   │   │       ├── publish
│   │   │       │   └── index.tpl
│   │   │       ├── theme.css
│   │   │       ├── theme.js
│   │   │       └── widget
│   │   │           ├── footer.tpl
│   │   │           └── header.tpl
│   │   ├── validate
│   │   │   └── Common.php
│   │   └── view
│   │       ├── admin
│   │       │   └── index.tpl
│   │       └── config
│   │           └── index.tpl
│   ├── helper.php
│   ├── lang
│   │   └── zh-cn.php
│   ├── route.php
│   └── tags.php
├── datas
│   ├── attachment
│   │   └── index.html
│   ├── cache
│   │   └── index.html
│   ├── config
│   │   ├── cache.php
│   │   └── index.html
│   ├── db
│   │   ├── #cache.db3
│   │   ├── #daicuo.db3
│   │   └── index.html
│   └── temp
│       └── index.html
├── extend
│   ├── daicuo
│   │   ├── Apply.php
│   │   ├── Auth.php
│   │   ├── Cache.php
│   │   ├── Info.php
│   │   ├── Lang.php
│   │   ├── Op.php
│   │   ├── Pinyin.php
│   │   ├── Request.php
│   │   ├── Route.php
│   │   ├── Service.php
│   │   ├── Term.php
│   │   ├── Tree.php
│   │   ├── Upload.php
│   │   ├── User.php
│   │   └── Video.php
│   ├── files
│   │   ├── Dir.php
│   │   ├── File.php
│   │   └── Zip.php
│   ├── net
│   │   ├── Http.php
│   │   └── Xml.php
│   └── page
│       └── Bootstrap.php
├── favicon.ico
├── index.php
├── public
│   ├── css
│   │   └── base.css
│   ├── images
│   │   ├── gongan.png
│   │   ├── x.gif
│   │   └── y.gif
│   ├── js
│   │   ├── base.js
│   │   ├── zh-cn.js
│   │   └── zh-tw.js
│   ├── plupload
│   │   ├── Moxie.swf
│   │   ├── Moxie.xap
│   │   └── plupload.js
│   └── widget
│       ├── footer.tpl
│       ├── header.tpl
│       └── sitebar.tpl
├── thinkphp
│   ├── CONTRIBUTING.md
│   ├── LICENSE.txt
│   ├── README.md
│   ├── base.php
│   ├── codecov.yml
│   ├── composer.json
│   ├── console.php
│   ├── convention.php
│   ├── helper.php
│   ├── lang
│   │   └── zh-cn.php
│   ├── library
│   │   ├── think
│   │   │   ├── App.php
│   │   │   ├── Build.php
│   │   │   ├── Cache.php
│   │   │   ├── Collection.php
│   │   │   ├── Config.php
│   │   │   ├── Console.php
│   │   │   ├── Controller.php
│   │   │   ├── Cookie.php
│   │   │   ├── Db.php
│   │   │   ├── Debug.php
│   │   │   ├── Env.php
│   │   │   ├── Error.php
│   │   │   ├── Exception.php
│   │   │   ├── File.php
│   │   │   ├── Hook.php
│   │   │   ├── Lang.php
│   │   │   ├── Loader.php
│   │   │   ├── Log.php
│   │   │   ├── Model.php
│   │   │   ├── Paginator.php
│   │   │   ├── Process.php
│   │   │   ├── Request.php
│   │   │   ├── Response.php
│   │   │   ├── Route.php
│   │   │   ├── Session.php
│   │   │   ├── Template.php
│   │   │   ├── Url.php
│   │   │   ├── Validate.php
│   │   │   ├── View.php
│   │   │   ├── cache
│   │   │   │   ├── Driver.php
│   │   │   │   └── driver
│   │   │   │       ├── File.php
│   │   │   │       ├── Lite.php
│   │   │   │       ├── Memcache.php
│   │   │   │       ├── Memcached.php
│   │   │   │       ├── Redis.php
│   │   │   │       ├── Sqlite.php
│   │   │   │       ├── Sqlite3.php
│   │   │   │       ├── Wincache.php
│   │   │   │       └── Xcache.php
│   │   │   ├── config
│   │   │   │   └── driver
│   │   │   │       ├── Ini.php
│   │   │   │       ├── Json.php
│   │   │   │       └── Xml.php
│   │   │   ├── console
│   │   │   │   ├── Command.php
│   │   │   │   ├── Input.php
│   │   │   │   ├── LICENSE
│   │   │   │   ├── Output.php
│   │   │   │   ├── bin
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── hiddeninput.exe
│   │   │   │   ├── command
│   │   │   │   │   ├── Build.php
│   │   │   │   │   ├── Clear.php
│   │   │   │   │   ├── Help.php
│   │   │   │   │   ├── Lists.php
│   │   │   │   │   ├── Make.php
│   │   │   │   │   ├── make
│   │   │   │   │   │   ├── Controller.php
│   │   │   │   │   │   ├── Model.php
│   │   │   │   │   │   └── stubs
│   │   │   │   │   │       ├── controller.plain.stub
│   │   │   │   │   │       ├── controller.stub
│   │   │   │   │   │       └── model.stub
│   │   │   │   │   └── optimize
│   │   │   │   │       ├── Autoload.php
│   │   │   │   │       ├── Config.php
│   │   │   │   │       ├── Route.php
│   │   │   │   │       └── Schema.php
│   │   │   │   ├── input
│   │   │   │   │   ├── Argument.php
│   │   │   │   │   ├── Definition.php
│   │   │   │   │   └── Option.php
│   │   │   │   └── output
│   │   │   │       ├── Ask.php
│   │   │   │       ├── Descriptor.php
│   │   │   │       ├── Formatter.php
│   │   │   │       ├── Question.php
│   │   │   │       ├── descriptor
│   │   │   │       │   └── Console.php
│   │   │   │       ├── driver
│   │   │   │       │   ├── Buffer.php
│   │   │   │       │   ├── Console.php
│   │   │   │       │   └── Nothing.php
│   │   │   │       ├── formatter
│   │   │   │       │   ├── Stack.php
│   │   │   │       │   └── Style.php
│   │   │   │       └── question
│   │   │   │           ├── Choice.php
│   │   │   │           └── Confirmation.php
│   │   │   ├── controller
│   │   │   │   ├── Rest.php
│   │   │   │   └── Yar.php
│   │   │   ├── db
│   │   │   │   ├── Builder.php
│   │   │   │   ├── Connection.php
│   │   │   │   ├── Expression.php
│   │   │   │   ├── Query.php
│   │   │   │   ├── builder
│   │   │   │   │   ├── Mysql.php
│   │   │   │   │   ├── Pgsql.php
│   │   │   │   │   ├── Sqlite.php
│   │   │   │   │   └── Sqlsrv.php
│   │   │   │   ├── connector
│   │   │   │   │   ├── Mysql.php
│   │   │   │   │   ├── Pgsql.php
│   │   │   │   │   ├── Sqlite.php
│   │   │   │   │   ├── Sqlsrv.php
│   │   │   │   │   └── pgsql.sql
│   │   │   │   └── exception
│   │   │   │       ├── BindParamException.php
│   │   │   │       ├── DataNotFoundException.php
│   │   │   │       └── ModelNotFoundException.php
│   │   │   ├── debug
│   │   │   │   ├── Console.php
│   │   │   │   └── Html.php
│   │   │   ├── exception
│   │   │   │   ├── ClassNotFoundException.php
│   │   │   │   ├── DbException.php
│   │   │   │   ├── ErrorException.php
│   │   │   │   ├── Handle.php
│   │   │   │   ├── HttpException.php
│   │   │   │   ├── HttpResponseException.php
│   │   │   │   ├── PDOException.php
│   │   │   │   ├── RouteNotFoundException.php
│   │   │   │   ├── TemplateNotFoundException.php
│   │   │   │   ├── ThrowableError.php
│   │   │   │   └── ValidateException.php
│   │   │   ├── log
│   │   │   │   └── driver
│   │   │   │       ├── File.php
│   │   │   │       ├── Socket.php
│   │   │   │       └── Test.php
│   │   │   ├── model
│   │   │   │   ├── Collection.php
│   │   │   │   ├── Merge.php
│   │   │   │   ├── Pivot.php
│   │   │   │   ├── Relation.php
│   │   │   │   └── relation
│   │   │   │       ├── BelongsTo.php
│   │   │   │       ├── BelongsToMany.php
│   │   │   │       ├── HasMany.php
│   │   │   │       ├── HasManyThrough.php
│   │   │   │       ├── HasOne.php
│   │   │   │       ├── MorphMany.php
│   │   │   │       ├── MorphOne.php
│   │   │   │       ├── MorphTo.php
│   │   │   │       └── OneToOne.php
│   │   │   ├── paginator
│   │   │   │   └── driver
│   │   │   │       └── Bootstrap.php
│   │   │   ├── process
│   │   │   │   ├── Builder.php
│   │   │   │   ├── Utils.php
│   │   │   │   ├── exception
│   │   │   │   │   ├── Failed.php
│   │   │   │   │   └── Timeout.php
│   │   │   │   └── pipes
│   │   │   │       ├── Pipes.php
│   │   │   │       ├── Unix.php
│   │   │   │       └── Windows.php
│   │   │   ├── response
│   │   │   │   ├── Json.php
│   │   │   │   ├── Jsonp.php
│   │   │   │   ├── Redirect.php
│   │   │   │   ├── View.php
│   │   │   │   └── Xml.php
│   │   │   ├── session
│   │   │   │   └── driver
│   │   │   │       ├── Memcache.php
│   │   │   │       ├── Memcached.php
│   │   │   │       └── Redis.php
│   │   │   ├── template
│   │   │   │   ├── TagLib.php
│   │   │   │   ├── driver
│   │   │   │   │   └── File.php
│   │   │   │   └── taglib
│   │   │   │       └── Cx.php
│   │   │   └── view
│   │   │       └── driver
│   │   │           ├── Php.php
│   │   │           └── Think.php
│   │   └── traits
│   │       ├── controller
│   │       │   └── Jump.php
│   │       ├── model
│   │       │   └── SoftDelete.php
│   │       └── think
│   │           └── Instance.php
│   ├── logo.png
│   ├── phpunit.xml
│   ├── start.php
│   └── tpl
│       ├── default_index.tpl
│       ├── dispatch_jump.tpl
│       ├── page_trace.tpl
│       └── think_exception.tpl
├── vendor
│   ├── autoload.php
│   ├── composer
│   │   ├── ClassLoader.php
│   │   ├── LICENSE
│   │   ├── autoload_classmap.php
│   │   ├── autoload_files.php
│   │   ├── autoload_namespaces.php
│   │   ├── autoload_psr4.php
│   │   ├── autoload_real.php
│   │   ├── autoload_static.php
│   │   └── installed.json
│   └── topthink
│       ├── think-captcha
│       │   ├── LICENSE
│       │   ├── README.md
│       │   ├── assets
│       │   │   ├── bgs
│       │   │   │   ├── 1.jpg
│       │   │   │   ├── 2.jpg
│       │   │   │   ├── 3.jpg
│       │   │   │   ├── 4.jpg
│       │   │   │   ├── 5.jpg
│       │   │   │   ├── 6.jpg
│       │   │   │   ├── 7.jpg
│       │   │   │   └── 8.jpg
│       │   │   ├── ttfs
│       │   │   │   ├── 1.ttf
│       │   │   │   ├── 2.ttf
│       │   │   │   ├── 3.ttf
│       │   │   │   ├── 4.ttf
│       │   │   │   ├── 5.ttf
│       │   │   │   └── 6.ttf
│       │   │   └── zhttfs
│       │   │       └── 1.ttf
│       │   ├── composer.json
│       │   └── src
│       │       ├── Captcha.php
│       │       ├── CaptchaController.php
│       │       └── helper.php
│       └── think-installer
│           ├── composer.json
│           └── src
│               ├── Plugin.php
│               ├── ThinkExtend.php
│               ├── ThinkFramework.php
│               └── ThinkTesting.php
├── 说明.htm
├── 安装说明
│   ├── iis7.config
│   ├── nginx.conf
│   ├── 安装说明.txt
│   ├── 采集说明.txt
│   └── 伪静态说明.txt
└── 好例子网_daicuocms-v1.3.13.zip

315 directories, 1154 files


实例下载地址

呆错文章管理系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警