文件名称:initphp_3.0

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [PHP] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 369kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • jh***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

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_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

........

相关说明

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

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org