文件名称:thinkphp3.1.2weixin
-
所属分类:
- 标签属性:
- 上传时间:2015-05-05
-
文件大小:2.42mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
简介:
该框架是基于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
该框架是基于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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.