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

文件名称:Ding-1.6.3

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

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

Ding Framework是一个PHP框架,实现了依赖注入、AOP面向方面编程、轻量级、简单和快速的MVC模式,syslog、TCP客户端和服务器端非阻塞的套接字、定时器、自定义错误、信号以及异常处理、PAGI 集成、PAMI集成等等,类似Java的Spring框架。-Ding Framework is a PHP framework to achieve a dependency injection, AOP aspect-oriented programming, lightweight, simple and fast MVC pattern, syslog, TCP client and server-side non-blocking sockets, timers, custom errors, signal and exception handling, PAGI integration, PAMI integration and so on, similar to the Java Spring framework.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Ding-1.6.3/
Ding-1.6.3/.gitignore
Ding-1.6.3/build.properties
Ding-1.6.3/build.xml
Ding-1.6.3/composer.json
Ding-1.6.3/composer.lock
Ding-1.6.3/docs/
Ding-1.6.3/docs/examples/
Ding-1.6.3/docs/examples/alias-annotations/
Ding-1.6.3/docs/examples/alias-annotations/example.php
Ding-1.6.3/docs/examples/alias-xml/
Ding-1.6.3/docs/examples/alias-xml/beans.xml
Ding-1.6.3/docs/examples/alias-xml/example.php
Ding-1.6.3/docs/examples/alias-yaml/
Ding-1.6.3/docs/examples/alias-yaml/beans.yaml
Ding-1.6.3/docs/examples/alias-yaml/example.php
Ding-1.6.3/docs/examples/aop/
Ding-1.6.3/docs/examples/aop/beans.xml
Ding-1.6.3/docs/examples/aop/example.php
Ding-1.6.3/docs/examples/aop-annotation/
Ding-1.6.3/docs/examples/aop-annotation/beans.xml
Ding-1.6.3/docs/examples/aop-annotation/example.php
Ding-1.6.3/docs/examples/aop-global/
Ding-1.6.3/docs/examples/aop-global/beans.xml
Ding-1.6.3/docs/examples/aop-global/example.php
Ding-1.6.3/docs/examples/aop-regex/
Ding-1.6.3/docs/examples/aop-regex/beans.xml
Ding-1.6.3/docs/examples/aop-regex/example.php
Ding-1.6.3/docs/examples/arrays/
Ding-1.6.3/docs/examples/arrays/beans.xml
Ding-1.6.3/docs/examples/arrays/example.php
Ding-1.6.3/docs/examples/basic/
Ding-1.6.3/docs/examples/basic/beans.xml
Ding-1.6.3/docs/examples/basic/example.php
Ding-1.6.3/docs/examples/basic-with-phar/
Ding-1.6.3/docs/examples/basic-with-phar/beans.xml
Ding-1.6.3/docs/examples/basic-with-phar/example.php
Ding-1.6.3/docs/examples/bookstore/
Ding-1.6.3/docs/examples/bookstore/cli-config.php
Ding-1.6.3/docs/examples/bookstore/private/
Ding-1.6.3/docs/examples/bookstore/private/config/
Ding-1.6.3/docs/examples/bookstore/private/config/application.properties
Ding-1.6.3/docs/examples/bookstore/private/config/doctrine.properties
Ding-1.6.3/docs/examples/bookstore/private/config/log4php.properties
Ding-1.6.3/docs/examples/bookstore/private/config/php.properties
Ding-1.6.3/docs/examples/bookstore/private/context/
Ding-1.6.3/docs/examples/bookstore/private/context/beans.xml
Ding-1.6.3/docs/examples/bookstore/private/context/i18n.xml
Ding-1.6.3/docs/examples/bookstore/private/context/mvc.xml
Ding-1.6.3/docs/examples/bookstore/private/context/persistence.xml
Ding-1.6.3/docs/examples/bookstore/private/i18n/
Ding-1.6.3/docs/examples/bookstore/private/i18n/books_default.properties
Ding-1.6.3/docs/examples/bookstore/private/i18n/books_es_ES.properties
Ding-1.6.3/docs/examples/bookstore/private/src/
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Aspect/
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Aspect/Profiler.php
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Aspect/Transactional.php
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Controllers/
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Controllers/Book.php
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Controllers/Exception.php
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Controllers/Main.php
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Controllers/Settings.php
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Domain/
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Domain/Entity/
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Domain/Entity/Book.php
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Domain/Repository/
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Domain/Repository/BookRepository.php
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Domain/Repository/Configuration.php
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Domain/Service/
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Domain/Service/AbstractService.php
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/Domain/Service/Book.php
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/ErrorHandler/
Ding-1.6.3/docs/examples/bookstore/private/src/BookStore/ErrorHandler/ErrorHandler.php
Ding-1.6.3/docs/examples/bookstore/public/
Ding-1.6.3/docs/examples/bookstore/public/bootstrap.php
Ding-1.6.3/docs/examples/bookstore/public/favicon.ico
Ding-1.6.3/docs/examples/bookstore/public/index.php
Ding-1.6.3/docs/examples/bookstore/public/views/
Ding-1.6.3/docs/examples/bookstore/public/views/createBook.phtml
Ding-1.6.3/docs/examples/bookstore/public/views/created.phtml
Ding-1.6.3/docs/examples/bookstore/public/views/exception.phtml
Ding-1.6.3/docs/examples/bookstore/public/views/footer.phtml
Ding-1.6.3/docs/examples/bookstore/public/views/header.phtml
Ding-1.6.3/docs/examples/bookstore/public/views/home.phtml
Ding-1.6.3/docs/examples/bookstore/public/views/layout.phtml
Ding-1.6.3/docs/examples/bookstore/public/views/list.phtml
Ding-1.6.3/docs/examples/bookstore/public/views/main.phtml
Ding-1.6.3/docs/examples/bookstore/README
Ding-1.6.3/docs/examples/ComponentAnnotation/
Ding-1.6.3/docs/examples/ComponentAnnotation/example.php
Ding-1.6.3/docs/examples/ConfigurationAnnotation/
Ding-1.6.3/docs/examples/ConfigurationAnnotation/example.php
Ding-1.6.3/docs/examples/doctrine/
Ding-1.6.3/docs/examples/doctrine/beans.x

相关说明

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

相关评论

暂无评论内容.

发表评论

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