【问题标题】:Autoload definition in ext_emconf.php for typo3 7.6ext_emconf.php 中针对typo3 7.6 的自动加载定义
【发布时间】:2016-07-29 06:36:23
【问题描述】:

为typo3 7.6在emconf.php中没有命名空间的扩展编写自动加载函数有哪些不同的方法??

【问题讨论】:

    标签: autoload typo3-7.6.x


    【解决方案1】:

    我只是在typo3 v7 上找到了一种方法。 您的 ext_emconf.php 中有此后续行

    'autoload' =>
       array(
            'classmap' =>
            array(
              'Classes', // standar directory
              'Resources/3rdParty/oauth/' // other lib 
            )
      )
    

    希望它能解答你的问题

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-21
      • 1970-01-01
      • 2016-05-26
      • 2019-05-12
      • 1970-01-01
      • 2017-05-02
      相关资源
      最近更新 更多