在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → thinkphp完整例子

thinkphp完整例子

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:1.53M
  • 下载次数:3
  • 浏览次数:9
  • 发布时间:2023-12-03
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: thinkPHP php 完整 例子 hp

实例介绍

【实例简介】thinkphp完整例子,对新手很有用哦,一起分享!

【实例截图】

from clipboard

【核心代码】

.
├── mywork
│   ├── Home
│   │   ├── Common
│   │   ├── Conf
│   │   │   ├── config.php
│   │   │   └── myConfig.php
│   │   ├── Lang
│   │   ├── Lib
│   │   │   ├── Action
│   │   │   │   ├── AdminAction.class.php
│   │   │   │   ├── AjaxAction.class.php
│   │   │   │   ├── BaseAction.class.php
│   │   │   │   ├── ForumAction.class.php
│   │   │   │   ├── IndexAction.class.php
│   │   │   │   └── UserAction.class.php
│   │   │   └── Model
│   │   │       ├── BaseModel.class.php
│   │   │       ├── BlockModel.class.php
│   │   │       ├── ForumModel.class.php
│   │   │       ├── GroupModel.class.php
│   │   │       ├── Group_permissionModel.class.php
│   │   │       ├── InfoModel.class.php
│   │   │       ├── ResponseModel.class.php
│   │   │       ├── TopicModel.class.php
│   │   │       ├── UserModel.class.php
│   │   │       └── Util.class.php
│   │   ├── Runtime
│   │   │   ├── Cache
│   │   │   ├── Data
│   │   │   ├── Logs
│   │   │   │   └── 11_10_24.log
│   │   │   ├── Temp
│   │   │   ├── ~allinone.php
│   │   │   └── ~runtime.php
│   │   ├── Tpl
│   │   │   ├── cache
│   │   │   ├── configs
│   │   │   ├── default
│   │   │   ├── plugins
│   │   │   │   ├── function.display_items.php
│   │   │   │   ├── function.select_block.php
│   │   │   │   ├── function.select_forumList.php
│   │   │   │   ├── function.select_grade.php
│   │   │   │   ├── function.select_groupList.php
│   │   │   │   ├── function.select_other_forum.php
│   │   │   │   ├── modifier.convert_gender.php
│   │   │   │   └── modifier.convert_onlineTime.php
│   │   │   ├── templates
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── admin
│   │   │   │   │   ├── admin.tpl
│   │   │   │   │   ├── adminBlock.tpl
│   │   │   │   │   ├── adminHeader.tpl
│   │   │   │   │   ├── adminLogin.tpl
│   │   │   │   │   ├── adminMemeberGroup.tpl
│   │   │   │   │   ├── adminNavigate.tpl
│   │   │   │   │   ├── adminPointRule.tpl
│   │   │   │   │   ├── adminSite.tpl
│   │   │   │   │   ├── header.tpl
│   │   │   │   │   ├── opBlock.tpl
│   │   │   │   │   ├── opForum.tpl
│   │   │   │   │   ├── opMemeber.tpl
│   │   │   │   │   ├── opMemeberList.tpl
│   │   │   │   │   ├── opMemeberResponse.tpl
│   │   │   │   │   ├── opResponse.tpl
│   │   │   │   │   ├── opResponseDelete.tpl
│   │   │   │   │   ├── opTopicBody.tpl
│   │   │   │   │   ├── opTopicList.tpl
│   │   │   │   │   ├── searchMemeber.tpl
│   │   │   │   │   ├── searchTopic.tpl
│   │   │   │   │   └── updateGroup.tpl
│   │   │   │   ├── common
│   │   │   │   │   ├── bbsBar.tpl
│   │   │   │   │   ├── error.tpl
│   │   │   │   │   ├── footer.tpl
│   │   │   │   │   ├── header.tpl
│   │   │   │   │   ├── logined.tpl
│   │   │   │   │   ├── logo.tpl
│   │   │   │   │   ├── search.tpl
│   │   │   │   │   ├── success.tpl
│   │   │   │   │   ├── title.tpl
│   │   │   │   │   └── unlogin.tpl
│   │   │   │   ├── forum
│   │   │   │   │   ├── adminBar.tpl
│   │   │   │   │   ├── optionBar.tpl
│   │   │   │   │   ├── page.tpl
│   │   │   │   │   ├── publish.tpl
│   │   │   │   │   ├── quickPublish.tpl
│   │   │   │   │   ├── rss.tpl
│   │   │   │   │   ├── searchedTopicList.tpl
│   │   │   │   │   ├── topic.tpl
│   │   │   │   │   └── topicList.tpl
│   │   │   │   ├── index.tpl
│   │   │   │   ├── nonComplate.tpl
│   │   │   │   └── user
│   │   │   │       ├── adminBar.tpl
│   │   │   │       ├── login.tpl
│   │   │   │       ├── profileFooter.tpl
│   │   │   │       ├── profileHeader.tpl
│   │   │   │       ├── profileTitle.tpl
│   │   │   │       ├── register.tpl
│   │   │   │       ├── userHonor.tpl
│   │   │   │       ├── userInfo.tpl
│   │   │   │       ├── userInfoFavor.tpl
│   │   │   │       ├── userInfoLeft.tpl
│   │   │   │       ├── userInfoModify.tpl
│   │   │   │       ├── userInfoResponse.tpl
│   │   │   │       ├── userInfoTitle.tpl
│   │   │   │       ├── userInfoTopic.tpl
│   │   │   │       └── userProfile.tpl
│   │   │   └── templates_c
│   │   ├── database
│   │   │   ├── bbs
│   │   │   └── bbs.sql
│   │   └── extends
│   │       └── simplePie
│   │           ├── idn
│   │           │   ├── LICENCE
│   │           │   ├── ReadMe.txt
│   │           │   ├── idna_convert.class.php
│   │           │   └── npdata.ser
│   │           └── simplepie.inc
│   ├── Public
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── cache
│   │   │   ├── 7f53ebe0c7a0361909646b7323961664.spc
│   │   │   ├── 97aeab1acec2c79ab0b1996b973c59e2.spc
│   │   │   └── ccf9c794170244798114665f4216335c.spc
│   │   ├── css
│   │   │   ├── adminLogin.css
│   │   │   ├── adminNavigate.css
│   │   │   ├── common.css
│   │   │   ├── mywork.css
│   │   │   ├── redirect.css
│   │   │   ├── register.css
│   │   │   ├── topic.css
│   │   │   ├── user
│   │   │   │   ├── bg.png
│   │   │   │   ├── button.gif
│   │   │   │   ├── logo-user.png
│   │   │   │   ├── logo.png
│   │   │   │   ├── nav4-current.gif
│   │   │   │   ├── statusWord.gif
│   │   │   │   ├── style.css
│   │   │   │   ├── u-box-b.png
│   │   │   │   ├── u-nav-2-bg.png
│   │   │   │   └── user-bg.png
│   │   │   ├── userInfo.css
│   │   │   └── wind-reset.css
│   │   ├── images
│   │   │   ├── admin
│   │   │   │   ├── admin_icon.png
│   │   │   │   ├── admin_logo.png
│   │   │   │   ├── admin_menubar.png
│   │   │   │   ├── admin_style.css
│   │   │   │   ├── adv_nav_bg.png
│   │   │   │   ├── bianicion.gif
│   │   │   │   ├── commerce-check.png
│   │   │   │   ├── fullscreen.css
│   │   │   │   ├── fullscreenempty.css
│   │   │   │   ├── index_icon.gif
│   │   │   │   ├── index_icon.png
│   │   │   │   ├── login
│   │   │   │   │   ├── login-icon.gif
│   │   │   │   │   ├── login.gif
│   │   │   │   │   ├── logo.png
│   │   │   │   │   ├── top_01.png
│   │   │   │   │   ├── top_02.png
│   │   │   │   │   └── top_03.png
│   │   │   │   ├── menu_icon.png
│   │   │   │   ├── style.css
│   │   │   │   ├── warnning.png
│   │   │   │   ├── wordsfb
│   │   │   │   │   ├── conScan.png
│   │   │   │   │   ├── scan.png
│   │   │   │   │   ├── stopScan.png
│   │   │   │   │   └── word_state.png
│   │   │   │   ├── xiangdao
│   │   │   │   │   ├── bg.png
│   │   │   │   │   ├── bgspet.png
│   │   │   │   │   ├── cion.png
│   │   │   │   │   ├── close.png
│   │   │   │   │   └── xiangdao.css
│   │   │   │   ├── ystaticon.gif
│   │   │   │   └── ystats.swf
│   │   │   ├── app-post.png
│   │   │   ├── attention.png
│   │   │   ├── back.gif
│   │   │   ├── blockquote3.png
│   │   │   ├── card-icon.png
│   │   │   ├── close.gif
│   │   │   ├── confirm_bg.gif
│   │   │   ├── droparrow.gif
│   │   │   ├── droparrowover.gif
│   │   │   ├── edit-portrait.png
│   │   │   ├── email.gif
│   │   │   ├── error_bg.gif
│   │   │   ├── face
│   │   │   │   ├── 0.gif
│   │   │   │   ├── 00.gif
│   │   │   │   ├── 1276570229.gif
│   │   │   │   ├── 4c16eaaaa2dac.gif
│   │   │   │   ├── 4c16eb2f215b4.gif
│   │   │   │   ├── 4c16ece7abff0.gif
│   │   │   │   ├── 4c16f3c6d8672.gif
│   │   │   │   ├── 4c1744c0f404b.gif
│   │   │   │   ├── 4c21fed0d32e6.png
│   │   │   │   ├── 4c21ff05c3f21.png
│   │   │   │   ├── 4c21ff5ff1954.png
│   │   │   │   ├── 4c220148422c2.png
│   │   │   │   ├── 4c22017ea91c3.png
│   │   │   │   ├── 4c2204141091e.png
│   │   │   │   ├── 4c220436cba3e.png
│   │   │   │   ├── 4c220446e2790.png
│   │   │   │   ├── 4c2557b70b87c.png
│   │   │   │   ├── 4c25f31f27e94.jpg
│   │   │   │   ├── logo-baikexjd.gif
│   │   │   │   └── none.gif
│   │   │   ├── facebg.jpg
│   │   │   ├── focus1.gif
│   │   │   ├── focus2.gif
│   │   │   ├── important.gif
│   │   │   ├── infobox-edit.gif
│   │   │   ├── loading.gif
│   │   │   ├── logo.gif
│   │   │   ├── menu-down.gif
│   │   │   ├── menu-down.png
│   │   │   ├── none.gif
│   │   │   ├── nopic.gif
│   │   │   ├── noproduct.gif
│   │   │   ├── online.png
│   │   │   ├── pccheck.gif
│   │   │   ├── pickcolor.gif
│   │   │   ├── pig.gif
│   │   │   ├── read_down.gif
│   │   │   ├── read_up.gif
│   │   │   ├── repeat.png
│   │   │   ├── selectBg.png
│   │   │   ├── select_arrow.gif
│   │   │   ├── select_arrow_over.gif
│   │   │   ├── shortcut_old.gif
│   │   │   ├── slider_handle.gif
│   │   │   ├── startbar.png
│   │   │   ├── stealth.png
│   │   │   ├── success_bg.gif
│   │   │   ├── t_search.png
│   │   │   ├── tip-top.png
│   │   │   ├── tips-back.gif
│   │   │   ├── topbar.png
│   │   │   ├── ui-anim_basic_16x16.gif
│   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   ├── ui-icons_222222_256x240.png
│   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   ├── ui-icons_454545_256x240.png
│   │   │   ├── ui-icons_888888_256x240.png
│   │   │   ├── ui-icons_cd0a0a_256x240.png
│   │   │   ├── upload.swf
│   │   │   ├── uploadphoto.swf
│   │   │   ├── user-home.png
│   │   │   ├── userData.swf
│   │   │   ├── warning_bg.gif
│   │   │   └── wind
│   │   │       ├── bg.png
│   │   │       ├── btLeft.gif
│   │   │       ├── btRight.gif
│   │   │       ├── btn.png
│   │   │       ├── cate_off.gif
│   │   │       ├── cate_on.gif
│   │   │       ├── columns-bg.png
│   │   │       ├── columns-t.gif
│   │   │       ├── file
│   │   │       │   ├── anc.png
│   │   │       │   ├── attc.gif
│   │   │       │   ├── digest.gif
│   │   │       │   ├── digest_1.gif
│   │   │       │   ├── digest_2.gif
│   │   │       │   ├── digest_3.gif
│   │   │       │   ├── headtopic_1.gif
│   │   │       │   ├── headtopic_2.gif
│   │   │       │   ├── headtopic_3.gif
│   │   │       │   ├── img.gif
│   │   │       │   ├── multipage.gif
│   │   │       │   ├── music.gif
│   │   │       │   ├── new.gif
│   │   │       │   ├── txt.gif
│   │   │       │   └── zip.gif
│   │   │       ├── group
│   │   │       │   ├── 10.gif
│   │   │       │   ├── 11.gif
│   │   │       │   ├── 12.gif
│   │   │       │   ├── 13.gif
│   │   │       │   ├── 14.gif
│   │   │       │   ├── 15.gif
│   │   │       │   ├── 16.gif
│   │   │       │   ├── 17.gif
│   │   │       │   ├── 18.gif
│   │   │       │   ├── 2.gif
│   │   │       │   ├── 3.gif
│   │   │       │   ├── 4.gif
│   │   │       │   ├── 5.gif
│   │   │       │   ├── 6.gif
│   │   │       │   ├── 7.gif
│   │   │       │   ├── 8.gif
│   │   │       │   └── 9.gif
│   │   │       ├── h.png
│   │   │       ├── index
│   │   │       │   ├── birth.gif
│   │   │       │   ├── cate_fold.gif
│   │   │       │   ├── cate_open.gif
│   │   │       │   ├── info.gif
│   │   │       │   ├── msg.gif
│   │   │       │   ├── online.gif
│   │   │       │   └── share.gif
│   │   │       ├── left_close.png
│   │   │       ├── left_open.png
│   │   │       ├── level
│   │   │       │   ├── 0.gif
│   │   │       │   ├── 1.gif
│   │   │       │   ├── 10.gif
│   │   │       │   ├── 11.gif
│   │   │       │   ├── 12.gif
│   │   │       │   ├── 13.gif
│   │   │       │   ├── 14.gif
│   │   │       │   ├── 15.gif
│   │   │       │   ├── 16.gif
│   │   │       │   ├── 17.gif
│   │   │       │   ├── 18.gif
│   │   │       │   ├── 19.gif
│   │   │       │   ├── 2.gif
│   │   │       │   ├── 20.gif
│   │   │       │   ├── 21.gif
│   │   │       │   ├── 22.gif
│   │   │       │   ├── 23.gif
│   │   │       │   ├── 24.gif
│   │   │       │   ├── 25.gif
│   │   │       │   ├── 26.gif
│   │   │       │   ├── 27.gif
│   │   │       │   ├── 28.gif
│   │   │       │   ├── 29.gif
│   │   │       │   ├── 3.gif
│   │   │       │   ├── 4.gif
│   │   │       │   ├── 5.gif
│   │   │       │   ├── 6.gif
│   │   │       │   ├── 7.gif
│   │   │       │   ├── 8.gif
│   │   │       │   └── 9.gif
│   │   │       ├── lock.gif
│   │   │       ├── logo.png
│   │   │       ├── meg-read.gif
│   │   │       ├── meg.gif
│   │   │       ├── menu-down.png
│   │   │       ├── msg.wav
│   │   │       ├── nav-bg.png
│   │   │       ├── nav-cur.png
│   │   │       ├── nav-search.png
│   │   │       ├── new.gif
│   │   │       ├── old.gif
│   │   │       ├── post.png
│   │   │       ├── read
│   │   │       │   ├── sigline.gif
│   │   │       │   └── yin.gif
│   │   │       ├── reply.png
│   │   │       ├── rss.png
│   │   │       ├── shortcut.gif
│   │   │       ├── thread
│   │   │       │   ├── active.gif
│   │   │       │   ├── activelock.gif
│   │   │       │   ├── anc.gif
│   │   │       │   ├── cancel.gif
│   │   │       │   ├── collect.gif
│   │   │       │   ├── debate.gif
│   │   │       │   ├── debatelock.gif
│   │   │       │   ├── home-old.gif
│   │   │       │   ├── home.gif
│   │   │       │   ├── magic.gif
│   │   │       │   ├── reward.gif
│   │   │       │   ├── rewardlock.gif
│   │   │       │   ├── topicclose.gif
│   │   │       │   ├── topichot.gif
│   │   │       │   ├── topiclock.gif
│   │   │       │   ├── topicnew.gif
│   │   │       │   ├── trade.gif
│   │   │       │   ├── tradelock.gif
│   │   │       │   ├── vote.gif
│   │   │       │   └── votelock.gif
│   │   │       ├── tr2.png
│   │   │       ├── u-adf-no.gif
│   │   │       ├── u-adf.gif
│   │   │       ├── u-fav-cur.gif
│   │   │       ├── u-fav-forums.gif
│   │   │       └── u-fav.gif
│   │   ├── index.php
│   │   ├── js2
│   │   │   ├── config.js
│   │   │   ├── core.js
│   │   │   ├── jquery-1.4.2.js
│   │   │   ├── jquery.form.js
│   │   │   ├── jquery.metadata.js
│   │   │   ├── jquery.validate.js
│   │   │   ├── jqueryui
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-anim_basic_16x16.gif
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   ├── jquery-ui-1.8.2.custom.css
│   │   │   │   ├── jquery-ui-1.8.2.custom.min.js
│   │   │   │   └── jquery.ui.datepicker-zh-CN.js
│   │   │   ├── ty.js
│   │   │   ├── xheditor-zh-cn.min.js
│   │   │   ├── xheditor_emot
│   │   │   │   ├── default
│   │   │   │   │   ├── biggrin.gif
│   │   │   │   │   ├── call.gif
│   │   │   │   │   ├── cry.gif
│   │   │   │   │   ├── handshake.gif
│   │   │   │   │   ├── huffy.gif
│   │   │   │   │   ├── hug.gif
│   │   │   │   │   ├── kiss.gif
│   │   │   │   │   ├── lol.gif
│   │   │   │   │   ├── mad.gif
│   │   │   │   │   ├── sad.gif
│   │   │   │   │   ├── shocked.gif
│   │   │   │   │   ├── shy.gif
│   │   │   │   │   ├── smile.gif
│   │   │   │   │   ├── sweat.gif
│   │   │   │   │   ├── time.gif
│   │   │   │   │   ├── titter.gif
│   │   │   │   │   ├── tongue.gif
│   │   │   │   │   └── victory.gif
│   │   │   │   ├── msn
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 12.gif
│   │   │   │   │   ├── 13.gif
│   │   │   │   │   ├── 14.gif
│   │   │   │   │   ├── 15.gif
│   │   │   │   │   ├── 16.gif
│   │   │   │   │   ├── 17.gif
│   │   │   │   │   ├── 18.gif
│   │   │   │   │   ├── 19.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 20.gif
│   │   │   │   │   ├── 21.gif
│   │   │   │   │   ├── 22.gif
│   │   │   │   │   ├── 23.gif
│   │   │   │   │   ├── 24.gif
│   │   │   │   │   ├── 25.gif
│   │   │   │   │   ├── 26.gif
│   │   │   │   │   ├── 27.gif
│   │   │   │   │   ├── 28.gif
│   │   │   │   │   ├── 29.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 30.gif
│   │   │   │   │   ├── 31.gif
│   │   │   │   │   ├── 32.gif
│   │   │   │   │   ├── 33.gif
│   │   │   │   │   ├── 34.gif
│   │   │   │   │   ├── 35.gif
│   │   │   │   │   ├── 36.gif
│   │   │   │   │   ├── 37.gif
│   │   │   │   │   ├── 38.gif
│   │   │   │   │   ├── 39.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 40.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   └── 9.gif
│   │   │   │   └── qq
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 12.gif
│   │   │   │       ├── 13.gif
│   │   │   │       ├── 14.gif
│   │   │   │       ├── 15.gif
│   │   │   │       ├── 16.gif
│   │   │   │       ├── 17.gif
│   │   │   │       ├── 18.gif
│   │   │   │       ├── 19.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 20.gif
│   │   │   │       ├── 21.gif
│   │   │   │       ├── 22.gif
│   │   │   │       ├── 23.gif
│   │   │   │       ├── 24.gif
│   │   │   │       ├── 25.gif
│   │   │   │       ├── 26.gif
│   │   │   │       ├── 27.gif
│   │   │   │       ├── 28.gif
│   │   │   │       ├── 29.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 30.gif
│   │   │   │       ├── 31.gif
│   │   │   │       ├── 32.gif
│   │   │   │       ├── 33.gif
│   │   │   │       ├── 34.gif
│   │   │   │       ├── 35.gif
│   │   │   │       ├── 36.gif
│   │   │   │       ├── 37.gif
│   │   │   │       ├── 38.gif
│   │   │   │       ├── 39.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 40.gif
│   │   │   │       ├── 41.gif
│   │   │   │       ├── 42.gif
│   │   │   │       ├── 43.gif
│   │   │   │       ├── 44.gif
│   │   │   │       ├── 45.gif
│   │   │   │       ├── 46.gif
│   │   │   │       ├── 47.gif
│   │   │   │       ├── 48.gif
│   │   │   │       ├── 49.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 50.gif
│   │   │   │       ├── 51.gif
│   │   │   │       ├── 52.gif
│   │   │   │       ├── 53.gif
│   │   │   │       ├── 54.gif
│   │   │   │       ├── 55.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 8.gif
│   │   │   │       └── 9.gif
│   │   │   ├── xheditor_plugins
│   │   │   │   ├── multiupload
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── add.gif
│   │   │   │   │   │   ├── bg1.gif
│   │   │   │   │   │   ├── bg2.gif
│   │   │   │   │   │   ├── btnbg.gif
│   │   │   │   │   │   ├── btnbgr.gif
│   │   │   │   │   │   ├── clear.gif
│   │   │   │   │   │   ├── progressbg.gif
│   │   │   │   │   │   └── start.gif
│   │   │   │   │   ├── multiupload.css
│   │   │   │   │   ├── multiupload.html
│   │   │   │   │   ├── multiupload.js
│   │   │   │   │   └── swfupload
│   │   │   │   │       ├── swfupload.js
│   │   │   │   │       └── swfupload.swf
│   │   │   │   └── ubb.min.js
│   │   │   └── xheditor_skin
│   │   │       ├── default
│   │   │       │   ├── iframe.css
│   │   │       │   ├── img
│   │   │       │   │   ├── close.gif
│   │   │       │   │   ├── flash.gif
│   │   │       │   │   ├── icons.gif
│   │   │       │   │   ├── loading.gif
│   │   │       │   │   ├── progress.gif
│   │   │       │   │   ├── progressbg.gif
│   │   │       │   │   ├── tag-address.gif
│   │   │       │   │   ├── tag-div.gif
│   │   │       │   │   ├── tag-h1.gif
│   │   │       │   │   ├── tag-h2.gif
│   │   │       │   │   ├── tag-h3.gif
│   │   │       │   │   ├── tag-h4.gif
│   │   │       │   │   ├── tag-h5.gif
│   │   │       │   │   ├── tag-h6.gif
│   │   │       │   │   ├── tag-p.gif
│   │   │       │   │   ├── tag-pre.gif
│   │   │       │   │   ├── waiting.gif
│   │   │       │   │   └── wmp.gif
│   │   │       │   └── ui.css
│   │   │       ├── o2007blue
│   │   │       │   ├── iframe.css
│   │   │       │   ├── img
│   │   │       │   │   ├── buttonbg.gif
│   │   │       │   │   ├── close.gif
│   │   │       │   │   ├── flash.gif
│   │   │       │   │   ├── icons.gif
│   │   │       │   │   ├── loading.gif
│   │   │       │   │   ├── progress.gif
│   │   │       │   │   ├── progressbg.gif
│   │   │       │   │   ├── tag-address.gif
│   │   │       │   │   ├── tag-div.gif
│   │   │       │   │   ├── tag-h1.gif
│   │   │       │   │   ├── tag-h2.gif
│   │   │       │   │   ├── tag-h3.gif
│   │   │       │   │   ├── tag-h4.gif
│   │   │       │   │   ├── tag-h5.gif
│   │   │       │   │   ├── tag-h6.gif
│   │   │       │   │   ├── tag-p.gif
│   │   │       │   │   ├── tag-pre.gif
│   │   │       │   │   ├── waiting.gif
│   │   │       │   │   └── wmp.gif
│   │   │       │   └── ui.css
│   │   │       ├── o2007silver
│   │   │       │   ├── iframe.css
│   │   │       │   ├── img
│   │   │       │   │   ├── buttonbg.gif
│   │   │       │   │   ├── close.gif
│   │   │       │   │   ├── flash.gif
│   │   │       │   │   ├── icons.gif
│   │   │       │   │   ├── loading.gif
│   │   │       │   │   ├── progress.gif
│   │   │       │   │   ├── progressbg.gif
│   │   │       │   │   ├── tag-address.gif
│   │   │       │   │   ├── tag-div.gif
│   │   │       │   │   ├── tag-h1.gif
│   │   │       │   │   ├── tag-h2.gif
│   │   │       │   │   ├── tag-h3.gif
│   │   │       │   │   ├── tag-h4.gif
│   │   │       │   │   ├── tag-h5.gif
│   │   │       │   │   ├── tag-h6.gif
│   │   │       │   │   ├── tag-p.gif
│   │   │       │   │   ├── tag-pre.gif
│   │   │       │   │   ├── waiting.gif
│   │   │       │   │   └── wmp.gif
│   │   │       │   └── ui.css
│   │   │       └── vista
│   │   │           ├── iframe.css
│   │   │           ├── img
│   │   │           │   ├── buttonbg.gif
│   │   │           │   ├── close.gif
│   │   │           │   ├── flash.gif
│   │   │           │   ├── icons.gif
│   │   │           │   ├── loading.gif
│   │   │           │   ├── progress.gif
│   │   │           │   ├── progressbg.gif
│   │   │           │   ├── tag-address.gif
│   │   │           │   ├── tag-div.gif
│   │   │           │   ├── tag-h1.gif
│   │   │           │   ├── tag-h2.gif
│   │   │           │   ├── tag-h3.gif
│   │   │           │   ├── tag-h4.gif
│   │   │           │   ├── tag-h5.gif
│   │   │           │   ├── tag-h6.gif
│   │   │           │   ├── tag-p.gif
│   │   │           │   ├── tag-pre.gif
│   │   │           │   ├── titlebg.gif
│   │   │           │   ├── waiting.gif
│   │   │           │   └── wmp.gif
│   │   │           └── ui.css
│   │   └── rss.xml
│   ├── 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
│   │   │   ├── ORG
│   │   │   │   ├── Crypt
│   │   │   │   │   ├── Base64.class.php
│   │   │   │   │   ├── Crypt.class.php
│   │   │   │   │   ├── Des.class.php
│   │   │   │   │   ├── Rsa.class.php
│   │   │   │   │   └── Xxtea.class.php
│   │   │   │   ├── Io
│   │   │   │   │   └── Dir.class.php
│   │   │   │   ├── Net
│   │   │   │   │   ├── Http.class.php
│   │   │   │   │   ├── IpLocation.class.php
│   │   │   │   │   └── UploadFile.class.php
│   │   │   │   └── Util
│   │   │   │       ├── ArrayList.class.php
│   │   │   │       ├── CodeSwitch.class.php
│   │   │   │       ├── Date.class.php
│   │   │   │       ├── HashMap.class.php
│   │   │   │       ├── Image.class.php
│   │   │   │       ├── Input.class.php
│   │   │   │       ├── Page.class.php
│   │   │   │       ├── RBAC.class.php
│   │   │   │       ├── Socket.class.php
│   │   │   │       ├── Stack.class.php
│   │   │   │       └── String.class.php
│   │   │   └── 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
│   │   │       │       ├── DbIbase.class.php
│   │   │       │       ├── DbMssql.class.php
│   │   │       │       ├── DbMysql.class.php
│   │   │       │       ├── DbMysqli.class.php
│   │   │       │       ├── DbOracle.class.php
│   │   │       │       ├── DbPdo.class.php
│   │   │       │       ├── DbPgsql.class.php
│   │   │       │       └── DbSqlite.class.php
│   │   │       ├── Exception
│   │   │       │   └── ThinkException.class.php
│   │   │       ├── Template
│   │   │       │   ├── TagLib
│   │   │       │   │   ├── TagLibCx.class.php
│   │   │       │   │   └── TagLibHtml.class.php
│   │   │       │   ├── TagLib.class.php
│   │   │       │   ├── Tags
│   │   │       │   │   ├── cx.xml
│   │   │       │   │   └── html.xml
│   │   │       │   └── ThinkTemplate.class.php
│   │   │       └── Util
│   │   │           ├── Behavior.class.php
│   │   │           ├── Cache
│   │   │           │   ├── CacheApachenote.class.php
│   │   │           │   ├── CacheApc.class.php
│   │   │           │   ├── CacheDb.class.php
│   │   │           │   ├── CacheEaccelerator.class.php
│   │   │           │   ├── CacheFile.class.php
│   │   │           │   ├── CacheMemcache.class.php
│   │   │           │   ├── CacheShmop.class.php
│   │   │           │   ├── CacheSqlite.class.php
│   │   │           │   └── CacheXcache.class.php
│   │   │           ├── Cache.class.php
│   │   │           ├── Cookie.class.php
│   │   │           ├── Debug.class.php
│   │   │           ├── Dispatcher.class.php
│   │   │           ├── HtmlCache.class.php
│   │   │           ├── Session.class.php
│   │   │           ├── Template
│   │   │           │   ├── TemplateEase.class.php
│   │   │           │   ├── TemplateLite.class.php
│   │   │           │   ├── TemplateSmart.class.php
│   │   │           │   ├── TemplateSmarty.class.php
│   │   │           │   └── TemplateThink.class.php
│   │   │           └── Widget.class.php
│   │   ├── LoadConst.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
│   │       ├── EaseTemplate
│   │       │   ├── template.core.php
│   │       │   └── template.ease.php
│   │       ├── SmartTemplate
│   │       │   ├── class.smarttemplate.php
│   │       │   ├── class.smarttemplatedebugger.php
│   │       │   └── class.smarttemplateparser.php
│   │       ├── Smarty
│   │       │   ├── Config_File.class.php
│   │       │   ├── Smarty.class.php
│   │       │   ├── Smarty_Compiler.class.php
│   │       │   ├── debug.tpl
│   │       │   └── internals
│   │       │       ├── core.assemble_plugin_filepath.php
│   │       │       ├── core.assign_smarty_interface.php
│   │       │       ├── core.create_dir_structure.php
│   │       │       ├── core.display_debug_console.php
│   │       │       ├── core.get_include_path.php
│   │       │       ├── core.get_microtime.php
│   │       │       ├── core.get_php_resource.php
│   │       │       ├── core.is_secure.php
│   │       │       ├── core.is_trusted.php
│   │       │       ├── core.load_plugins.php
│   │       │       ├── core.load_resource_plugin.php
│   │       │       ├── core.process_cached_inserts.php
│   │       │       ├── core.process_compiled_include.php
│   │       │       ├── core.read_cache_file.php
│   │       │       ├── core.rm_auto.php
│   │       │       ├── core.rmdir.php
│   │       │       ├── core.run_insert_handler.php
│   │       │       ├── core.smarty_include_php.php
│   │       │       ├── core.write_cache_file.php
│   │       │       ├── core.write_compiled_include.php
│   │       │       ├── core.write_compiled_resource.php
│   │       │       └── core.write_file.php
│   │       └── TemplateLite
│   │           ├── class.compiler.php
│   │           ├── class.config.php
│   │           ├── class.template.php
│   │           └── internal
│   │               ├── compile.compile_config.php
│   │               ├── compile.compile_custom_block.php
│   │               ├── compile.compile_custom_function.php
│   │               ├── compile.compile_if.php
│   │               ├── compile.generate_compiler_debug_output.php
│   │               ├── compile.include.php
│   │               ├── compile.parse_is_expr.php
│   │               ├── compile.section_start.php
│   │               ├── debug.tpl
│   │               ├── template.build_dir.php
│   │               ├── template.config_loader.php
│   │               ├── template.destroy_dir.php
│   │               ├── template.fetch_compile_include.php
│   │               └── template.generate_debug_output.php
│   ├── readMe.txt
│   └── task.txt
└── thinkphp完整例子_mywork.zip

101 directories, 741 files


实例下载地址

thinkphp完整例子

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警