文件名称:CakeWX_v1.1
介绍说明--下载内容来自于网络,使用问题请自行百度
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.
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
.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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.