文件名称: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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.