文件名称:initphp_3.0
介绍说明--下载内容均来自于网络,请自行研究使用
InitPHP主要包含四大部分组成:入口文件,配置文件,框架运行文件,框架核心类
入口文件就是initphp.php文件,该文件中包含框架全局的静态方法,控制器,数据层等继承的父类
配置文件,initphp.conf.php。框架的配置信息基本都包含在这里面了。我们将会在配置文档中详细讲解配置信息。
框架运行文件主要是init/目录下的三个文件,包含框架运行,框架类的总入口load函数,路由处理
框架核心类,主要包括core/核心库文件和library/扩展库文件,里面的类之间的耦合性非常低,除了一部分类依赖框架配置文件外,基本都是独立的,所以开发和扩展非常方便。
-Mainly contains four major components in InitPHP: entrance, configuration files, the fr a mework for running the file, import documents of the fr a mework core classes is initphp.php files, the file contains the static methods of the fr a mework of the overall controller, the data layer inherit the parent class configuration file, initphp.conf.php. fr a mework configuration information is basically contained in this inside. We will explain in detail in the configuration documentation for configuration information. fr a mework run the file init/directory of the three documents, including the fr a mework for running the fr a mework class entry load function, routing processing fr a mework 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 fr a mework 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 fr a mework for running the file, import documents of the fr a mework core classes is initphp.php files, the file contains the static methods of the fr a mework of the overall controller, the data layer inherit the parent class configuration file, initphp.conf.php. fr a mework configuration information is basically contained in this inside. We will explain in detail in the configuration documentation for configuration information. fr a mework run the file init/directory of the three documents, including the fr a mework for running the fr a mework class entry load function, routing processing fr a mework 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 fr a mework configuration file are basically independent, so the development and expansion of convenience.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
initphp_3.0\demo\appliction\conf\comm.conf.php
...........\....\..........\data\filecache\1530f052eb4df42e83cbfb6ca53c3f84.php
...........\....\..........\....\.........\47bce5c74f589f4867dbd57e9ca9f808.php
...........\....\..........\....\.........\878195cea4995d4b5ac189cbb0d0ab9b.php
...........\....\..........\....\.........\8b1a9953c4611296a827abf8c47804d7.php
...........\....\..........\....\.........\c967aaffd6042c07bc3efcb4e8df253c.php
...........\....\..........\....\template_c\index_run.tpl.php
...........\....\..........\index.php
...........\....\..........\library\dao\userDao.php
...........\....\..........\.......\helper\error.tpl.php
...........\....\..........\.......\.ook\hook.conf.php
...........\....\..........\.......\....\test.hook.php
...........\....\..........\.......\service\userService.php
...........\....\..........\.......\test\userServiceTest.php
...........\....\..........\web\controller\indexController.php
...........\....\..........\...\template\index_run.htm
...........\....\www\index.php
...........\.oc\3.0.txt
...........\...\InitPHP3.0开发手册.chm
...........\...\license.txt
...........\initphp\core\controller\controller.init.php
...........\.......\....\..........\filter.init.php
...........\.......\....\..........\request.init.php
...........\.......\....\..........\validate.init.php
...........\.......\....\dao\cache\cache.init.php
...........\.......\....\...\.....\driver\apc.init.php
...........\.......\....\...\.....\......\filecache.init.php
...........\.......\....\...\.....\......\memcached.init.php
...........\.......\....\...\.....\......\mysqlcache.init.php
...........\.......\....\...\.....\......\wincache.init.php
...........\.......\....\...\.....\......\xcache.init.php
...........\.......\....\...\dao.init.php
...........\.......\....\...\.b\db.init.php
...........\.......\....\...\..\dbhandler.init.php
...........\.......\....\...\..\.river\dbbase.init.php
...........\.......\....\...\..\......\mysql.init.php
...........\.......\....\...\..\......\mysqli.init.php
...........\.......\....\...\..\sqlbuild.init.php
...........\.......\....\...\nosql\driver\mongo.init.php
...........\.......\....\...\.....\......\redis.init.php
...........\.......\....\...\.....\nosql.init.php
...........\.......\....\service\service.init.php
...........\.......\....\util\cookie.init.php
...........\.......\....\....\debug.init.php
...........\.......\....\....\error.init.php
...........\.......\....\....\log.init.php
...........\.......\....\....\phpinfo.init.php
...........\.......\....\....\queue.init.php
...........\.......\....\....\session.init.php
...........\.......\....\....\sqlcontrol.init.php
...........\.......\....\....\unittesting.init.php
...........\.......\....\view\driver\default.init.php
...........\.......\....\....\......\simple.init.php
...........\.......\....\....\template.init.php
...........\.......\....\....\view.init.php
...........\.......\init\core.init.php
...........\.......\....\dispatcher.init.php
...........\.......\....\run.init.php
...........\.......\initphp.conf.php
...........\.......\initphp.php
...........\.......\library\code.init.php
...........\.......\.......\curl.init.php
...........\.......\.......\date.init.php
...........\.......\.......\download.init.php
...........\.......\.......\email.init.php
...........\.......\.......\excel.init.php
...........\.......\.......\file.init.php
...........\.......\.......\ftp.init.php
...........\.......\.......\function.init.php
...........\.......\.......\hash.init.php
...........\.......\.......\html.init.php
...........\.......\.......\http.init.php
...........\.......\.......\image.init.php
...........\.......\.......\pager.init.php
...........\.......\.......\pinyin.init.php
...........\.......\.......\tree.init.php
...........\.......\.......\upload.init.php
...........\.......\.......\zip.init.php
...........\源码之家说明.txt
...........\initphp\core\dao\cache\driver
...........\.......\....\...\db\driver
...........\.......\....\...\nosql\driver
...........\demo\appliction\data\filecache
........
...........\....\..........\data\filecache\1530f052eb4df42e83cbfb6ca53c3f84.php
...........\....\..........\....\.........\47bce5c74f589f4867dbd57e9ca9f808.php
...........\....\..........\....\.........\878195cea4995d4b5ac189cbb0d0ab9b.php
...........\....\..........\....\.........\8b1a9953c4611296a827abf8c47804d7.php
...........\....\..........\....\.........\c967aaffd6042c07bc3efcb4e8df253c.php
...........\....\..........\....\template_c\index_run.tpl.php
...........\....\..........\index.php
...........\....\..........\library\dao\userDao.php
...........\....\..........\.......\helper\error.tpl.php
...........\....\..........\.......\.ook\hook.conf.php
...........\....\..........\.......\....\test.hook.php
...........\....\..........\.......\service\userService.php
...........\....\..........\.......\test\userServiceTest.php
...........\....\..........\web\controller\indexController.php
...........\....\..........\...\template\index_run.htm
...........\....\www\index.php
...........\.oc\3.0.txt
...........\...\InitPHP3.0开发手册.chm
...........\...\license.txt
...........\initphp\core\controller\controller.init.php
...........\.......\....\..........\filter.init.php
...........\.......\....\..........\request.init.php
...........\.......\....\..........\validate.init.php
...........\.......\....\dao\cache\cache.init.php
...........\.......\....\...\.....\driver\apc.init.php
...........\.......\....\...\.....\......\filecache.init.php
...........\.......\....\...\.....\......\memcached.init.php
...........\.......\....\...\.....\......\mysqlcache.init.php
...........\.......\....\...\.....\......\wincache.init.php
...........\.......\....\...\.....\......\xcache.init.php
...........\.......\....\...\dao.init.php
...........\.......\....\...\.b\db.init.php
...........\.......\....\...\..\dbhandler.init.php
...........\.......\....\...\..\.river\dbbase.init.php
...........\.......\....\...\..\......\mysql.init.php
...........\.......\....\...\..\......\mysqli.init.php
...........\.......\....\...\..\sqlbuild.init.php
...........\.......\....\...\nosql\driver\mongo.init.php
...........\.......\....\...\.....\......\redis.init.php
...........\.......\....\...\.....\nosql.init.php
...........\.......\....\service\service.init.php
...........\.......\....\util\cookie.init.php
...........\.......\....\....\debug.init.php
...........\.......\....\....\error.init.php
...........\.......\....\....\log.init.php
...........\.......\....\....\phpinfo.init.php
...........\.......\....\....\queue.init.php
...........\.......\....\....\session.init.php
...........\.......\....\....\sqlcontrol.init.php
...........\.......\....\....\unittesting.init.php
...........\.......\....\view\driver\default.init.php
...........\.......\....\....\......\simple.init.php
...........\.......\....\....\template.init.php
...........\.......\....\....\view.init.php
...........\.......\init\core.init.php
...........\.......\....\dispatcher.init.php
...........\.......\....\run.init.php
...........\.......\initphp.conf.php
...........\.......\initphp.php
...........\.......\library\code.init.php
...........\.......\.......\curl.init.php
...........\.......\.......\date.init.php
...........\.......\.......\download.init.php
...........\.......\.......\email.init.php
...........\.......\.......\excel.init.php
...........\.......\.......\file.init.php
...........\.......\.......\ftp.init.php
...........\.......\.......\function.init.php
...........\.......\.......\hash.init.php
...........\.......\.......\html.init.php
...........\.......\.......\http.init.php
...........\.......\.......\image.init.php
...........\.......\.......\pager.init.php
...........\.......\.......\pinyin.init.php
...........\.......\.......\tree.init.php
...........\.......\.......\upload.init.php
...........\.......\.......\zip.init.php
...........\源码之家说明.txt
...........\initphp\core\dao\cache\driver
...........\.......\....\...\db\driver
...........\.......\....\...\nosql\driver
...........\demo\appliction\data\filecache
........