文件名称:Ding-1.6.3
介绍说明--下载内容均来自于网络,请自行研究使用
Ding fr a mework是一个PHP框架,实现了依赖注入、AOP面向方面编程、轻量级、简单和快速的MVC模式,syslog、TCP客户端和服务器端非阻塞的套接字、定时器、自定义错误、信号以及异常处理、PAGI 集成、PAMI集成等等,类似Java的Spring框架。-Ding fr a mework is a PHP fr a mework 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 fr a mework.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Ding-1.6.3
..........\.gitignore
..........\build.properties
..........\build.xml
..........\composer.json
..........\composer.lock
..........\docs
..........\....\examples
..........\....\........\alias-annotations
..........\....\........\.................\example.php
..........\....\........\alias-xml
..........\....\........\.........\beans.xml
..........\....\........\.........\example.php
..........\....\........\alias-yaml
..........\....\........\..........\beans.yaml
..........\....\........\..........\example.php
..........\....\........\aop
..........\....\........\...\beans.xml
..........\....\........\...\example.php
..........\....\........\aop-annotation
..........\....\........\..............\beans.xml
..........\....\........\..............\example.php
..........\....\........\aop-global
..........\....\........\..........\beans.xml
..........\....\........\..........\example.php
..........\....\........\aop-regex
..........\....\........\.........\beans.xml
..........\....\........\.........\example.php
..........\....\........\arrays
..........\....\........\......\beans.xml
..........\....\........\......\example.php
..........\....\........\basic
..........\....\........\.....\beans.xml
..........\....\........\.....\example.php
..........\....\........\basic-with-phar
..........\....\........\...............\beans.xml
..........\....\........\...............\example.php
..........\....\........\bookstore
..........\....\........\.........\cli-config.php
..........\....\........\.........\private
..........\....\........\.........\.......\config
..........\....\........\.........\.......\......\application.properties
..........\....\........\.........\.......\......\doctrine.properties
..........\....\........\.........\.......\......\log4php.properties
..........\....\........\.........\.......\......\php.properties
..........\....\........\.........\.......\context
..........\....\........\.........\.......\.......\beans.xml
..........\....\........\.........\.......\.......\i18n.xml
..........\....\........\.........\.......\.......\mvc.xml
..........\....\........\.........\.......\.......\persistence.xml
..........\....\........\.........\.......\i18n
..........\....\........\.........\.......\....\books_default.properties
..........\....\........\.........\.......\....\books_es_ES.properties
..........\....\........\.........\.......\src
..........\....\........\.........\.......\...\BookStore
..........\....\........\.........\.......\...\.........\Aspect
..........\....\........\.........\.......\...\.........\......\Profiler.php
..........\....\........\.........\.......\...\.........\......\Transactional.php
..........\....\........\.........\.......\...\.........\Controllers
..........\....\........\.........\.......\...\.........\...........\Book.php
..........\....\........\.........\.......\...\.........\...........\Exception.php
..........\....\........\.........\.......\...\.........\...........\Main.php
..........\....\........\.........\.......\...\.........\...........\Settings.php
..........\....\........\.........\.......\...\.........\Domain
..........\....\........\.........\.......\...\.........\......\Entity
..........\....\........\.........\.......\...\.........\......\......\Book.php
..........\....\........\.........\.......\...\.........\......\Repository
..........\....\........\.........\.......\...\.........\......\..........\BookRepository.php
..........\....\........\.........\.......\...\.........\......\..........\Configuration.php
..........\....\........\.........\.......\...\.........\......\Service
..........\....\........\.........\.......\...\.........\......\.......\AbstractService.php
..........\....\........\.........\.......\...\.........\......\.......\Book.php
..........\....\........\.........\.......\...\.........\ErrorHandler
..........\....\........\.........\.......\...\.........\............\ErrorHandler.php
..........\....\........\.........\public
..........\....\........\.........\......\bootstrap.php
..........\....\........\.........\...