zoukankan      html  css  js  c++  java
  • zend framework2 的配置加载过程

    一、public/index.php    

          "当访问zendframework2的网站后,不管URL路径如何,总是首先加载index.php"


    -------------------------【第1条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowpublicindex.php

    ---切换目录到D:myphpwwwhellowpublic

    -------------------------【第2条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowinit_autoloader.php


    -------------------------【第3条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowvendorautoload.php


    -------------------------【第4条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowvendorcomposerautoload_real.php

    --- 命名空间:
    --- 类名:ComposerAutoloaderInitd52082b987b6b585dc858a46ffbe3e90
    --- 函数名:getLoader
    --- 方法名:ComposerAutoloaderInitd52082b987b6b585dc858a46ffbe3e90::getLoader
    --- 命名空间:
    --- 类名:ComposerAutoloaderInitd52082b987b6b585dc858a46ffbe3e90
    --- 函数名:loadClassLoader
    --- 方法名:ComposerAutoloaderInitd52082b987b6b585dc858a46ffbe3e90::loadClassLoader

    -------------------------【第5条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowvendorcomposerClassLoader.php


    -------------------------【第6条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowvendorcomposerautoload_namespaces.php


    -------------------------【第7条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowvendorcomposerautoload_classmap.php


    -------------------------【第8条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowconfigapplication.config.php


    -------------------------【第9条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowmoduleApplicationModule.php


    -------------------------【第10条信息】----------------------------------------------
    ****************************************************************************************************************

    --- 命名空间:Application
    --- 类 名:ApplicationModule
    --- 方法名:ApplicationModule::getAutoloaderConfig

    -------------------------【第11条信息】----------------------------------------------
    ****************************************************************************************************************


    -------------------------【第12条信息】----------------------------------------------
    ****************************************************************************************************************

    --- 命名空间:Application
    --- 类 名:ApplicationModule
    --- 方法名:ApplicationModule::getConfig

    -------------------------【第13条信息】----------------------------------------------
    ****************************************************************************************************************


    -------------------------【第14条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowmoduleApplicationconfigmodule.config.php


    -------------------------【第15条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowmoduleAlbumModule.php


    -------------------------【第16条信息】----------------------------------------------
    ****************************************************************************************************************

    --- 命名空间:Album
    --- 类 名:AlbumModule
    --- 方法名:AlbumModule::getAutoloaderConfig

    -------------------------【第17条信息】----------------------------------------------
    ****************************************************************************************************************


    -------------------------【第18条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowmoduleAlbumautoload_classmap.php


    -------------------------【第19条信息】----------------------------------------------
    ****************************************************************************************************************

    --- 命名空间:Album
    --- 类 名:AlbumModule
    --- 方法名:AlbumModule::getConfig

    -------------------------【第20条信息】----------------------------------------------
    ****************************************************************************************************************


    -------------------------【第21条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowmoduleAlbumconfigmodule.config.php


    -------------------------【第22条信息】----------------------------------------------
    ****************************************************************************************************************

    --- 命名空间:Album
    --- 类 名:AlbumModule
    --- 方法名:AlbumModule::getServiceConfig

    -------------------------【第23条信息】----------------------------------------------
    ****************************************************************************************************************


    -------------------------【第24条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowmodulequestionsModule.php


    -------------------------【第25条信息】----------------------------------------------
    ****************************************************************************************************************

    --- 命名空间:questions
    --- 类 名:questionsModule
    --- 方法名:questionsModule::getAutoloaderConfig

    -------------------------【第26条信息】----------------------------------------------
    ****************************************************************************************************************


    -------------------------【第27条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowmodulequestionsautoload_classmap.php


    -------------------------【第28条信息】----------------------------------------------
    ****************************************************************************************************************

    --- 命名空间:questions
    --- 类 名:questionsModule
    --- 方法名:questionsModule::getConfig

    -------------------------【第29条信息】----------------------------------------------
    ****************************************************************************************************************


    -------------------------【第30条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowmodulequestionsconfigmodule.config.php


    -------------------------【第31条信息】----------------------------------------------
    ****************************************************************************************************************

    --- 命名空间:questions
    --- 类 名:questionsModule
    --- 方法名:questionsModule::getServiceConfig

    -------------------------【第32条信息】----------------------------------------------
    ****************************************************************************************************************


    -------------------------【第33条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowconfigautoloadglobal.php


    -------------------------【第34条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowconfigautoloadlocal.php


    -------------------------【第35条信息】----------------------------------------------
    ****************************************************************************************************************

    --- 命名空间:Application
    --- 类 名:ApplicationModule
    --- 方法名:ApplicationModule::onBootstrap

    -------------------------【第36条信息】----------------------------------------------
    ****************************************************************************************************************


    -------------------------【第37条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowmodulequestionssrcquestionsControllerquestionsController.php


    -------------------------【第38条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowvendorSLPackRestRestTable.php


    -------------------------【第39条信息】----------------------------------------------
    进入文件:D:myphpwwwhellowvendorSLPackCommonFucMyFuc.php

  • 相关阅读:
    清除/var/spool/clientmqueue/目录下的文件
    欧几里德法求最大公约数
    博客园美化
    Vue.js学习笔记-script标签在head和body的区别
    C++ 继承
    Ubuntu 更换软件源/镜像源
    12306火车票余票查询&Python实现邮件发送
    饥荒联机代码
    linux内核编程入门 hello world
    windows环境下使用C++&Socket实现文件传输
  • 原文地址:https://www.cnblogs.com/HuiLove/p/4923541.html
Copyright © 2011-2022 走看看