CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 .net编程

文件名称:CakeWX_v1.1

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-06-03
  • 文件大小:
    8.11mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

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

1. 基于CakePHP,开源免费。

2. 小巧精致,可下载源码,搭建属于自己的微信平台。

3. 简单好用的关键字,自动回复,图文,活动,自定义菜单等基础功能。

4. 根据需求进行二次开发,或者提交给社区。-1 Based on CakePHP, open source free. 2 compact, you can download the source code and build their own micro-channel platform. 3 easy to use keywords, auto-reply, graphic, event, custom menus and other basic functions. According to the needs of secondary development, or submit to the community.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

.gitignore
.htaccess
app/
app/.DS_Store
app/.htaccess
app/Config/
app/Config/acl.ini.php
app/Config/acl.php
app/Config/bootstrap.php
app/Config/core.php
app/Config/croogo.php.install
app/Config/database.php.install
app/Config/email.php.default
app/Config/routes.php
app/Config/Schema/
app/Config/Schema/db_acl.php
app/Config/Schema/i18n.php
app/Config/Schema/schema.php
app/Config/Schema/sessions.php
app/Config/Schema/sql/
app/Config/Schema/sql/cakewx.sql
app/Config/Schema/sql/update_1.1.sql
app/Config/settings.json.install
app/Console/
app/Console/cake
app/Console/cake.bat
app/Console/cake.php
app/Console/Command/
app/Console/Command/AppShell.php
app/Console/Command/Task/
app/Console/Command/Task/empty
app/Console/Templates/
app/Console/Templates/empty
app/Controller/
app/Controller/AdminController.php
app/Controller/AppController.php
app/Controller/Component/
app/Controller/Component/AuthComponent.php
app/Controller/LibController.php
app/Controller/LnapiController.php
app/Controller/MobController.php
app/Controller/PersonController.php
app/Controller/UserController.php
app/Controller/WxapiController.php
app/index.php
app/Lib/
app/Lib/AppError.php
app/Lib/Upcdn.php
app/Lib/Wxauth.php
app/Locale/
app/Locale/eng/
app/Locale/eng/LC_MESSAGES/
app/Locale/eng/LC_MESSAGES/empty
app/Model/
app/Model/AppModel.php
app/Model/Behavior/
app/Model/Behavior/empty
app/Model/Datasource/
app/Model/Datasource/empty
app/Model/TPerson.php
app/Model/WxDataKds.php
app/Model/WxDataMus.php
app/Model/WxDataTw.php
app/Model/WxDataTwEvent.php
app/Model/WxReply.php
app/Model/WxSession.php
app/Model/WxWcdata.php
app/Model/WxWebchat.php
app/Plugin/
app/Plugin/Acl/
app/Plugin/Acl/Config/
app/Plugin/Acl/Config/bootstrap.php
app/Plugin/Acl/Config/Migration/
app/Plugin/Acl/Config/Migration/1346931401_firstmigrationacl.php
app/Plugin/Acl/Config/Schema/
app/Plugin/Acl/Config/Schema/schema.php
app/Plugin/Acl/Console/
app/Plugin/Acl/Console/Command/
app/Plugin/Acl/Console/Command/ExtrasShell.php
app/Plugin/Acl/Controller/
app/Plugin/Acl/Controller/AclActionsController.php
app/Plugin/Acl/Controller/AclAppController.php
app/Plugin/Acl/Controller/AclPermissionsController.php
app/Plugin/Acl/Controller/Component/
app/Plugin/Acl/Controller/Component/Acl/
app/Plugin/Acl/Controller/Component/AclAccessComponent.php
app/Plugin/Acl/Controller/Component/AclAutoLoginComponent.php
app/Plugin/Acl/Controller/Component/AclFilterComponent.php
app/Plugin/Acl/Controller/Component/Acl/HabtmDbAcl.php
app/Plugin/Acl/Controller/Component/Auth/
app/Plugin/Acl/Controller/Component/Auth/AclCachedAuthorize.php
app/Plugin/Acl/Controller/Component/Auth/CookieAuthenticate.php
app/Plugin/Acl/Controller/Component/Auth/MultiColumnAuthenticate.php
app/Plugin/Acl/Controller/Component/RowLevelAclComponent.php
app/Plugin/Acl/Lib/
app/Plugin/Acl/Lib/AclExtras.php
app/Plugin/Acl/Lib/AclUpgrade.php
app/Plugin/Acl/Model/
app/Plugin/Acl/Model/AclAco.php
app/Plugin/Acl/Model/AclAppModel.php
app/Plugin/Acl/Model/AclAro.php
app/Plugin/Acl/Model/AclPermission.php
app/Plugin/Acl/Model/Behavior/
app/Plugin/Acl/Model/Behavior/RoleAroBehavior.php
app/Plugin/Acl/Model/Behavior/RowLevelAclBehavior.php
app/Plugin/Acl/Model/Behavior/UserAroBehavior.php
app/Plugin/Acl/Test/
app/Plugin/Acl/Test/Case/
app/Plugin/Acl/Test/Case/AllAclComponentsTest.php
app/Plugin/Acl/Test/Case/AllAclControllersTest.php
app/Plugin/Acl/Test/Case/AllAclTestsTest.php
app/Plugin/Acl/Test/Case/Controller/
app/Plugin/Acl/Test/Case/Controller/AclActionsControllerTest.php
app/Plugin/Acl/Test/Case/Controller/Component/
app/Plugin/Acl/Test/Case/Controller/Component/Acl/
app/Plugin/Acl/Test/Case/Controller/Component/AclAutoLoginComponentTest.php
app/Plugin/Acl/Test/Case/Controller/Component/AclFilterComponentTest.php
app/Plugin/Acl/Test/Case/Controller/Component/Acl/HabtmDbAclTest.php
app/Plugin/Acl/Test/Case/Controller/Component/Auth/
app/Plugin/Acl/Test/Case/Controller/Component/Auth/CookieAuthenticateTest.php
app/Plugin/Acl/Test/Case/Controller/Component/Auth/MultiColumnAuthenticateTest.php
app/Plugin/Acl/Test/Case/Lib/
app/Plugin/Acl/Test/Case/Lib/AclExtrasTest.php
app/Plugin/Acl/Test/Case/Model/
app/Plugin/Acl/Test/Case/Model/AclPermissionTest.php
app/Plugin/Acl/Test/Case/View/
app/Plugin/Acl/Test/Case/View/Helper/
app/Plugin/Acl/Test/Case/View/Helper/AclHelperTest.php
app/Plugin/Acl/Test/Fixture/
app/Plugin/Acl/Test/Fixture/AclAcoFixture.php
app/Plugin/Acl/Test/Fixture/AclAroFixture.php
app/Plugin/Acl/Test/Fixture/AclArosAcoFixture.php
app/Plugin/Acl/Test/Fixture/DepartmentFixture.php
app/Plugin/Acl/Test/Fixture/EmployeeFixture.php
app/Plugin/Acl/Test/Fixture/MembershipFixture.php
app/Plugin/Acl/Test/Fixture/MultiUserFixture.php
app/Plugin/Acl/View/
app/Plugin/Acl/View/AclActions/
app/Plugin/Acl/View/AclActions/admin_form.ctp
app/Plugin/Acl/View/AclActions/admin_index.ctp
app/Plugin/Acl/View/AclPermissions/
app/Plugin/Acl/View/AclPermissions/admin_index.ctp
app/Plugin/Acl/View/AclPermissions/admin_toggle.ctp
app/Plugin/Acl/View/AclPermissions/json/
app/Plugin/Acl/View/AclPermissions/json/admin_index.ctp
app/Plugin/Acl/View/Elements/
app/Plugin/Ac

相关说明

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

相关评论

暂无评论内容.

发表评论

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