文件名称:initphp_3.0
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:368.71kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
InitPHP主要包含四大部分组成:入口文件,配置文件,框架运行文件,框架核心类
入口文件就是initphp.php文件,该文件中包含框架全局的静态方法,控制器,数据层等继承的父类
配置文件,initphp.conf.php。框架的配置信息基本都包含在这里面了。我们将会在配置文档中详细讲解配置信息。
框架运行文件主要是init/目录下的三个文件,包含框架运行,框架类的总入口load函数,路由处理
框架核心类,主要包括core/核心库文件和library/扩展库文件,里面的类之间的耦合性非常低,除了一部分类依赖框架配置文件外,基本都是独立的,所以开发和扩展非常方便。
-Mainly contains four major components in InitPHP: entrance, configuration files, the framework for running the file, import documents of the framework core classes is initphp.php files, the file contains the static methods of the framework of the overall controller, the data layer inherit the parent class configuration file, initphp.conf.php. Framework configuration information is basically contained in this inside. We will explain in detail in the configuration documentation for configuration information. Framework run the file init/directory of the three documents, including the framework for running the framework class entry load function, routing processing framework core classes, including the core/core libraries and library/expansion of the library file, which class The coupling between the very low part of the dependent framework configuration file are basically independent, so the development and expansion of convenience.
入口文件就是initphp.php文件,该文件中包含框架全局的静态方法,控制器,数据层等继承的父类
配置文件,initphp.conf.php。框架的配置信息基本都包含在这里面了。我们将会在配置文档中详细讲解配置信息。
框架运行文件主要是init/目录下的三个文件,包含框架运行,框架类的总入口load函数,路由处理
框架核心类,主要包括core/核心库文件和library/扩展库文件,里面的类之间的耦合性非常低,除了一部分类依赖框架配置文件外,基本都是独立的,所以开发和扩展非常方便。
-Mainly contains four major components in InitPHP: entrance, configuration files, the framework for running the file, import documents of the framework core classes is initphp.php files, the file contains the static methods of the framework of the overall controller, the data layer inherit the parent class configuration file, initphp.conf.php. Framework configuration information is basically contained in this inside. We will explain in detail in the configuration documentation for configuration information. Framework run the file init/directory of the three documents, including the framework for running the framework class entry load function, routing processing framework core classes, including the core/core libraries and library/expansion of the library file, which class The coupling between the very low part of the dependent framework configuration file are basically independent, so the development and expansion of convenience.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
initphp_3.0/demo/appliction/conf/comm.conf.php
initphp_3.0/demo/appliction/data/filecache/1530f052eb4df42e83cbfb6ca53c3f84.php
initphp_3.0/demo/appliction/data/filecache/47bce5c74f589f4867dbd57e9ca9f808.php
initphp_3.0/demo/appliction/data/filecache/878195cea4995d4b5ac189cbb0d0ab9b.php
initphp_3.0/demo/appliction/data/filecache/8b1a9953c4611296a827abf8c47804d7.php
initphp_3.0/demo/appliction/data/filecache/c967aaffd6042c07bc3efcb4e8df253c.php
initphp_3.0/demo/appliction/data/template_c/index_run.tpl.php
initphp_3.0/demo/appliction/index.php
initphp_3.0/demo/appliction/library/dao/userDao.php
initphp_3.0/demo/appliction/library/helper/error.tpl.php
initphp_3.0/demo/appliction/library/hook/hook.conf.php
initphp_3.0/demo/appliction/library/hook/test.hook.php
initphp_3.0/demo/appliction/library/service/userService.php
initphp_3.0/demo/appliction/library/test/userServiceTest.php
initphp_3.0/demo/appliction/web/controller/indexController.php
initphp_3.0/demo/appliction/web/template/index_run.htm
initphp_3.0/demo/www/index.php
initphp_3.0/doc/3.0.txt
initphp_3.0/doc/InitPHP3.0开发手册.chm
initphp_3.0/doc/license.txt
initphp_3.0/initphp/core/controller/controller.init.php
initphp_3.0/initphp/core/controller/filter.init.php
initphp_3.0/initphp/core/controller/request.init.php
initphp_3.0/initphp/core/controller/validate.init.php
initphp_3.0/initphp/core/dao/cache/cache.init.php
initphp_3.0/initphp/core/dao/cache/driver/apc.init.php
initphp_3.0/initphp/core/dao/cache/driver/filecache.init.php
initphp_3.0/initphp/core/dao/cache/driver/memcached.init.php
initphp_3.0/initphp/core/dao/cache/driver/mysqlcache.init.php
initphp_3.0/initphp/core/dao/cache/driver/wincache.init.php
initphp_3.0/initphp/core/dao/cache/driver/xcache.init.php
initphp_3.0/initphp/core/dao/dao.init.php
initphp_3.0/initphp/core/dao/db/db.init.php
initphp_3.0/initphp/core/dao/db/dbhandler.init.php
initphp_3.0/initphp/core/dao/db/driver/dbbase.init.php
initphp_3.0/initphp/core/dao/db/driver/mysql.init.php
initphp_3.0/initphp/core/dao/db/driver/mysqli.init.php
initphp_3.0/initphp/core/dao/db/sqlbuild.init.php
initphp_3.0/initphp/core/dao/nosql/driver/mongo.init.php
initphp_3.0/initphp/core/dao/nosql/driver/redis.init.php
initphp_3.0/initphp/core/dao/nosql/nosql.init.php
initphp_3.0/initphp/core/service/service.init.php
initphp_3.0/initphp/core/util/cookie.init.php
initphp_3.0/initphp/core/util/debug.init.php
initphp_3.0/initphp/core/util/error.init.php
initphp_3.0/initphp/core/util/log.init.php
initphp_3.0/initphp/core/util/phpinfo.init.php
initphp_3.0/initphp/core/util/queue.init.php
initphp_3.0/initphp/core/util/session.init.php
initphp_3.0/initphp/core/util/sqlcontrol.init.php
initphp_3.0/initphp/core/util/unittesting.init.php
initphp_3.0/initphp/core/view/driver/default.init.php
initphp_3.0/initphp/core/view/driver/simple.init.php
initphp_3.0/initphp/core/view/template.init.php
initphp_3.0/initphp/core/view/view.init.php
initphp_3.0/initphp/init/core.init.php
initphp_3.0/initphp/init/dispatcher.init.php
initphp_3.0/initphp/init/run.init.php
initphp_3.0/initphp/initphp.conf.php
initphp_3.0/initphp/initphp.php
initphp_3.0/initphp/library/code.init.php
initphp_3.0/initphp/library/curl.init.php
initphp_3.0/initphp/library/date.init.php
initphp_3.0/initphp/library/download.init.php
initphp_3.0/initphp/library/email.init.php
initphp_3.0/initphp/library/excel.init.php
initphp_3.0/initphp/library/file.init.php
initphp_3.0/initphp/library/ftp.init.php
initphp_3.0/initphp/library/function.init.php
initphp_3.0/initphp/library/hash.init.php
initphp_3.0/initphp/library/html.init.php
initphp_3.0/initphp/library/http.init.php
initphp_3.0/initphp/library/image.init.php
initphp_3.0/initphp/library/pager.init.php
initphp_3.0/initphp/library/pinyin.init.php
initphp_3.0/initphp/library/tree.init.php
initphp_3.0/initphp/library/upload.init.php
initphp_3.0/initphp/library/zip.init.php
initphp_3.0/源码之家说明.txt
initphp_3.0/initphp/core/dao/cache/driver
initphp_3.0/initphp/core/dao/db/driver
initphp_3.0/initphp/core/dao/nosql/driver
initphp_3.0/demo/appliction/data/filecache
initphp_3.0/demo/appliction/data/template_c
initphp_3.0/demo/appliction/library/dao
initphp_3.0/demo/appliction/library/helper
initphp_3.0/demo/appliction/library/hook
initphp_3.0/demo/appliction/library/service
initphp_3.0/demo/appliction/library/test
initphp_3.0/demo/appliction/web/controller
initphp_3.0/demo/appliction/web/template
initphp_3.0/initphp/core/dao/cache
initphp_3.0/initphp/core/dao/db
initphp_3.0/initphp/core/dao/nosql
initphp_3.0/initphp/core/view/driver
initphp_3.0/demo/appliction/conf
initphp_3.0/demo/appliction/data
initphp_3.0/demo/appliction/library
initphp_3.0/demo/appliction/static
initphp_3.0/demo/appliction/web
initphp_3.0/demo/www/static
initphp_3.0/initphp/core/controller
initphp_3.0/initphp/core/dao
initphp_3.0/initphp/core/service
initphp_3.0/initphp/core/util
initphp_3.0/initphp/core/view
initphp_3.0/demo/appliction
initphp_3.0/demo/www
initphp_3.0/initphp/core
initphp_3.0/initphp/init
initphp_3.0/initphp/library
initphp_3.0/demo
initphp_3.0/doc
initphp_3.0/initphp
initphp_3.0
initphp_3.0/demo/appliction/data/filecache/1530f052eb4df42e83cbfb6ca53c3f84.php
initphp_3.0/demo/appliction/data/filecache/47bce5c74f589f4867dbd57e9ca9f808.php
initphp_3.0/demo/appliction/data/filecache/878195cea4995d4b5ac189cbb0d0ab9b.php
initphp_3.0/demo/appliction/data/filecache/8b1a9953c4611296a827abf8c47804d7.php
initphp_3.0/demo/appliction/data/filecache/c967aaffd6042c07bc3efcb4e8df253c.php
initphp_3.0/demo/appliction/data/template_c/index_run.tpl.php
initphp_3.0/demo/appliction/index.php
initphp_3.0/demo/appliction/library/dao/userDao.php
initphp_3.0/demo/appliction/library/helper/error.tpl.php
initphp_3.0/demo/appliction/library/hook/hook.conf.php
initphp_3.0/demo/appliction/library/hook/test.hook.php
initphp_3.0/demo/appliction/library/service/userService.php
initphp_3.0/demo/appliction/library/test/userServiceTest.php
initphp_3.0/demo/appliction/web/controller/indexController.php
initphp_3.0/demo/appliction/web/template/index_run.htm
initphp_3.0/demo/www/index.php
initphp_3.0/doc/3.0.txt
initphp_3.0/doc/InitPHP3.0开发手册.chm
initphp_3.0/doc/license.txt
initphp_3.0/initphp/core/controller/controller.init.php
initphp_3.0/initphp/core/controller/filter.init.php
initphp_3.0/initphp/core/controller/request.init.php
initphp_3.0/initphp/core/controller/validate.init.php
initphp_3.0/initphp/core/dao/cache/cache.init.php
initphp_3.0/initphp/core/dao/cache/driver/apc.init.php
initphp_3.0/initphp/core/dao/cache/driver/filecache.init.php
initphp_3.0/initphp/core/dao/cache/driver/memcached.init.php
initphp_3.0/initphp/core/dao/cache/driver/mysqlcache.init.php
initphp_3.0/initphp/core/dao/cache/driver/wincache.init.php
initphp_3.0/initphp/core/dao/cache/driver/xcache.init.php
initphp_3.0/initphp/core/dao/dao.init.php
initphp_3.0/initphp/core/dao/db/db.init.php
initphp_3.0/initphp/core/dao/db/dbhandler.init.php
initphp_3.0/initphp/core/dao/db/driver/dbbase.init.php
initphp_3.0/initphp/core/dao/db/driver/mysql.init.php
initphp_3.0/initphp/core/dao/db/driver/mysqli.init.php
initphp_3.0/initphp/core/dao/db/sqlbuild.init.php
initphp_3.0/initphp/core/dao/nosql/driver/mongo.init.php
initphp_3.0/initphp/core/dao/nosql/driver/redis.init.php
initphp_3.0/initphp/core/dao/nosql/nosql.init.php
initphp_3.0/initphp/core/service/service.init.php
initphp_3.0/initphp/core/util/cookie.init.php
initphp_3.0/initphp/core/util/debug.init.php
initphp_3.0/initphp/core/util/error.init.php
initphp_3.0/initphp/core/util/log.init.php
initphp_3.0/initphp/core/util/phpinfo.init.php
initphp_3.0/initphp/core/util/queue.init.php
initphp_3.0/initphp/core/util/session.init.php
initphp_3.0/initphp/core/util/sqlcontrol.init.php
initphp_3.0/initphp/core/util/unittesting.init.php
initphp_3.0/initphp/core/view/driver/default.init.php
initphp_3.0/initphp/core/view/driver/simple.init.php
initphp_3.0/initphp/core/view/template.init.php
initphp_3.0/initphp/core/view/view.init.php
initphp_3.0/initphp/init/core.init.php
initphp_3.0/initphp/init/dispatcher.init.php
initphp_3.0/initphp/init/run.init.php
initphp_3.0/initphp/initphp.conf.php
initphp_3.0/initphp/initphp.php
initphp_3.0/initphp/library/code.init.php
initphp_3.0/initphp/library/curl.init.php
initphp_3.0/initphp/library/date.init.php
initphp_3.0/initphp/library/download.init.php
initphp_3.0/initphp/library/email.init.php
initphp_3.0/initphp/library/excel.init.php
initphp_3.0/initphp/library/file.init.php
initphp_3.0/initphp/library/ftp.init.php
initphp_3.0/initphp/library/function.init.php
initphp_3.0/initphp/library/hash.init.php
initphp_3.0/initphp/library/html.init.php
initphp_3.0/initphp/library/http.init.php
initphp_3.0/initphp/library/image.init.php
initphp_3.0/initphp/library/pager.init.php
initphp_3.0/initphp/library/pinyin.init.php
initphp_3.0/initphp/library/tree.init.php
initphp_3.0/initphp/library/upload.init.php
initphp_3.0/initphp/library/zip.init.php
initphp_3.0/源码之家说明.txt
initphp_3.0/initphp/core/dao/cache/driver
initphp_3.0/initphp/core/dao/db/driver
initphp_3.0/initphp/core/dao/nosql/driver
initphp_3.0/demo/appliction/data/filecache
initphp_3.0/demo/appliction/data/template_c
initphp_3.0/demo/appliction/library/dao
initphp_3.0/demo/appliction/library/helper
initphp_3.0/demo/appliction/library/hook
initphp_3.0/demo/appliction/library/service
initphp_3.0/demo/appliction/library/test
initphp_3.0/demo/appliction/web/controller
initphp_3.0/demo/appliction/web/template
initphp_3.0/initphp/core/dao/cache
initphp_3.0/initphp/core/dao/db
initphp_3.0/initphp/core/dao/nosql
initphp_3.0/initphp/core/view/driver
initphp_3.0/demo/appliction/conf
initphp_3.0/demo/appliction/data
initphp_3.0/demo/appliction/library
initphp_3.0/demo/appliction/static
initphp_3.0/demo/appliction/web
initphp_3.0/demo/www/static
initphp_3.0/initphp/core/controller
initphp_3.0/initphp/core/dao
initphp_3.0/initphp/core/service
initphp_3.0/initphp/core/util
initphp_3.0/initphp/core/view
initphp_3.0/demo/appliction
initphp_3.0/demo/www
initphp_3.0/initphp/core
initphp_3.0/initphp/init
initphp_3.0/initphp/library
initphp_3.0/demo
initphp_3.0/doc
initphp_3.0/initphp
initphp_3.0
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.