CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 Web服务器

文件名称:thinkphp3.1.2weixin

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-05-05
  • 文件大小:
    2.42mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

简介:



该框架是基于thinkphp 3.1.2开发





结构

1.WeixinAction.class.php 此文件中的类是微信入口文件的基类,它提供了微信的一些基础功能,继承了thinkphp的Action类

2.IndexAction.class.php 此文件是微信的入口url文件,它继承了WeixinAction,在这里可以配置不同应用的转发请求。可通过数据库中的数据,以判断应用的转发地址



3.WeixinAppAction.class.php 此文件是微信中不同应用的基类,所有的应用都须继承该类。在该类中可初始化权限配等基础功能。该类也继承了thinkphp的action类。



数据库配置



cz_config表



字段 值

TOKEN 自定义的token值

baseurl 网站地址,如http://www.xxx.com

-Descr iption: The framework is based on the development of structures thinkphp 3.1.2 1.WeixinAction.class.php this file class is the base class micro-channel entry document, which provides some basic functions of micro letter, inherited thinkphp Action class 2.IndexAction This file is a micro-channel .class.php entrance url file, it inherits the WeixinAction, where you can configure to forward requests for different applications. Through the data in the to determine the application of the forwarding address 3.WeixinAppAction.class.php this document is the base class for different applications of micro letter, all applications must inherit this class. Permissions can be initialized in the class with other basic functions. The class also inherits thinkphp action class. Database Configuration cz_config table field values ​ ​ TOKEN custom token values ​ ​ baseurl website address, as http://www.xxx.com
(系统自动生成,下载前可以参看下载内容)

下载文件列表

weixin/.buildpath
weixin/.htaccess
weixin/.project
weixin/config.php
weixin/index.php
weixin/readme.txt
weixin/weixinAPP/Lib/Util/Express.class.php
weixin/weixinAPP/Lib/Util/ImageRecognition.class.php
weixin/weixinAPP/Lib/Util/Music.class.php
weixin/weixinAPP/Lib/Util/OpenAPI.class.php
weixin/weixinAPP/Lib/Util/Util.class.php
weixin/weixinAPP/Lib/Util/Curl/class_HTTPRetriever.php
weixin/weixinAPP/Lib/Util/Curl/curl.class.php
weixin/weixinAPP/Lib/Util/Curl/libcurlemu.class.php
weixin/weixinAPP/Lib/Util/Curl/libcurlexternal.inc.php
weixin/weixinAPP/Lib/Util/Curl/libcurlnative.inc.php
weixin/weixinAPP/Lib/Util/Curl/LICENSE
weixin/weixinAPP/Lib/Util/Curl/README
weixin/weixinAPP/Lib/Behavior/BaseBehavior.class.php
weixin/weixinAPP/Lib/Behavior/TemplateReplaceBehavior.class.php
weixin/weixinAPP/Lib/Action/ErrorAction.class.php
weixin/weixinAPP/Lib/Action/ExpressAction.class.php
weixin/weixinAPP/Lib/Action/HelpAction.class.php
weixin/weixinAPP/Lib/Action/IndexAction.class.php
weixin/weixinAPP/Lib/Action/MapAction.class.php
weixin/weixinAPP/Lib/Action/MusicAction.class.php
weixin/weixinAPP/Lib/Action/SubscribeAction.class.php
weixin/weixinAPP/Lib/Action/TranslateAction.class.php
weixin/weixinAPP/Lib/Action/WeatherAction.class.php
weixin/weixinAPP/Lib/Action/WeixinAction.class.php
weixin/weixinAPP/Lib/Action/WeixinAppAction.class.php
weixin/weixinAPP/Conf/config.php
weixin/Core/LICENSE.txt
weixin/Core/logo.png
weixin/Core/README.txt
weixin/Core/ThinkPHP.php
weixin/Core/Tpl/default_index.tpl
weixin/Core/Tpl/dispatch_jump.tpl
weixin/Core/Tpl/page_trace.tpl
weixin/Core/Tpl/think_exception.tpl
weixin/Core/Lib/Template/TagLib.class.php
weixin/Core/Lib/Template/ThinkTemplate.class.php
weixin/Core/Lib/Driver/TagLib/TagLibCx.class.php
weixin/Core/Lib/Driver/Db/DbMysql.class.php
weixin/Core/Lib/Driver/Db/DbMysqli.class.php
weixin/Core/Lib/Driver/Cache/CacheFile.class.php
weixin/Core/Lib/Core/Action.class.php
weixin/Core/Lib/Core/App.class.php
weixin/Core/Lib/Core/Behavior.class.php
weixin/Core/Lib/Core/Cache.class.php
weixin/Core/Lib/Core/Db.class.php
weixin/Core/Lib/Core/Dispatcher.class.php
weixin/Core/Lib/Core/Log.class.php
weixin/Core/Lib/Core/Model.class.php
weixin/Core/Lib/Core/Think.class.php
weixin/Core/Lib/Core/ThinkException.class.php
weixin/Core/Lib/Core/View.class.php
weixin/Core/Lib/Core/Widget.class.php
weixin/Core/Lib/Behavior/CheckRouteBehavior.class.php
weixin/Core/Lib/Behavior/ContentReplaceBehavior.class.php
weixin/Core/Lib/Behavior/ParseTemplateBehavior.class.php
weixin/Core/Lib/Behavior/ReadHtmlCacheBehavior.class.php
weixin/Core/Lib/Behavior/ShowPageTraceBehavior.class.php
weixin/Core/Lib/Behavior/ShowRuntimeBehavior.class.php
weixin/Core/Lib/Behavior/TokenBuildBehavior.class.php
weixin/Core/Lib/Behavior/WriteHtmlCacheBehavior.class.php
weixin/Core/Lang/en-us.php
weixin/Core/Lang/zh-cn.php
weixin/Core/Extend/README.txt
weixin/Core/Extend/Vendor/readme.txt
weixin/Core/Extend/Vendor/Zend/Auth.php
weixin/Core/Extend/Vendor/Zend/Date.php
weixin/Core/Extend/Vendor/Zend/Exception.php
weixin/Core/Extend/Vendor/Zend/Loader.php
weixin/Core/Extend/Vendor/Zend/Version.php
weixin/Core/Extend/Vendor/Zend/Server/Abstract.php
weixin/Core/Extend/Vendor/Zend/Server/Cache.php
weixin/Core/Extend/Vendor/Zend/Server/Definition.php
weixin/Core/Extend/Vendor/Zend/Server/Exception.php
weixin/Core/Extend/Vendor/Zend/Server/Interface.php
weixin/Core/Extend/Vendor/Zend/Server/Reflection.php
weixin/Core/Extend/Vendor/Zend/Server/Reflection/Class.php
weixin/Core/Extend/Vendor/Zend/Server/Reflection/Exception.php
weixin/Core/Extend/Vendor/Zend/Server/Reflection/Function.php
weixin/Core/Extend/Vendor/Zend/Server/Reflection/Method.php
weixin/Core/Extend/Vendor/Zend/Server/Reflection/Node.php
weixin/Core/Extend/Vendor/Zend/Server/Reflection/Parameter.php
weixin/Core/Extend/Vendor/Zend/Server/Reflection/Prototype.php
weixin/Core/Extend/Vendor/Zend/Server/Reflection/ReturnValue.php
weixin/Core/Extend/Vendor/Zend/Server/Reflection/Function/Abstract.php
weixin/Core/Extend/Vendor/Zend/Server/Method/Callback.php
weixin/Core/Extend/Vendor/Zend/Server/Method/Definition.php
weixin/Core/Extend/Vendor/Zend/Server/Method/Parameter.php
weixin/Core/Extend/Vendor/Zend/Server/Method/Prototype.php
weixin/Core/Extend/Vendor/Zend/Loader/Autoloader.php
weixin/Core/Extend/Vendor/Zend/Loader/Exception.php
weixin/Core/Extend/Vendor/Zend/Loader/PluginLoader.php
weixin/Core/Extend/Vendor/Zend/Loader/PluginLoader/Exception.php
weixin/Core/Extend/Vendor/Zend/Loader/PluginLoader/Interface.php
weixin/Core/Extend/Vendor/Zend/Loader/Autoloader/Interface.php
weixin/Core/Extend/Vendor/Zend/Loader/Autoloader/Resource.php
weixin/Core/Extend/Vendor/Zend/Date/Cities.php
weixin/Core/Extend/Vendor/Zend/Date/DateObject.php
weixin/Core/Extend/Vendor/Zend/Date/Exception.php
weixin/Core/Extend/Vendor/Zend/Amf/Constants.php
weixin/Core/Extend/Vendor/Zend/Amf/Exception.php
weixin/Core/Extend/Vendor/Zend/Amf/Request.php
weixin/Core/Extend/Vendor/Zend/Amf/Response.php
weixin/Core/Extend/Vendor/Zend/Amf/Server.php
weixin/Core/Extend/Vendor/Zend/Amf/Value/ByteArray.php
weixin/Core/Extend/Vendor/Zend/A

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭