联系官方销售客服

1835022288

028-61286886

应用插件 版主:官方插件技术组
请问如何在自己开发的插件里引入第三方类库看手册应该是在里配置
类型:迅睿CMS 更新时间:2020-12-08 21:11:19 插件

请问如何在自己开发的插件里引入第三方类库?看官方手册应该是在App/MyAPP/Config/Auto,php里配置,但试了半天还是没搞好,请各位大佬不吝赐教啊。


https://www.xunruicms.com/doc/767.html

<?php

// 自动加载识别文件

return [
    /**
     * -------------------------------------------------------------------
     * Namespaces
     * -------------------------------------------------------------------
     * This maps the locations of any namespaces in your application
     * to their location on the file system. These are used by the
     * Autoloader to locate files the first time they have been instantiated.
     *
     * The '/application' and '/system' directories are already mapped for
     * you. You may change the name of the 'App' namespace if you wish,
     * but this should be done prior to creating any namespaced classes,
     * else you will need to modify all of those classes for this to work.
     *
     * DO NOT change the name of the CodeIgniter namespace or your application
     * WILL break. *
     * Prototype:
     *
    'Phpcmf\Home'                  => CMSPATH.'Control/Home',
    'Phpcmf\Admin'                 => CMSPATH.'Control/Admin',
    'Phpcmf\Member'                => CMSPATH.'Control/Member',
     */
    'psr4' => [
        

    ],

    /**
     * -------------------------------------------------------------------
     * Class Map
     * -------------------------------------------------------------------
     * The class map provides a map of class names and their exact
     * location on the drive. Classes loaded in this manner will have
     * slightly faster performance because they will not have to be
     * searched for within one or more directories as they would if they
     * were being autoloaded through a namespace.
     *
     * Prototype:
     *
     *    'MyClass'   => '/path/to/class/file.php'
     */
    'classmap' => [
        
        
    ],
    
    
];


回帖
  • 司马老贼
    #1楼    司马老贼
    2019-12-18 20:11:01
    Chrome 0
    你要做什么?
  • rewalax
    #2楼    rewalax
    2019-12-18 20:18:28
    Chrome 0
    司马老贼 做短信接口开发,虽然商城里有了,但是还是想自己学习开发一下
  • 易学习
    #3楼    易学习
    2019-12-18 20:48:53
    Chrome 0
    短信接口用不着这种功能啊
  • #4楼    迅睿框架创始人
    2019-12-18 20:52:00
    Chrome 0
    文档已更新,这个文档不适合做短信接口,这个文档时候做大型插件APP开发自定义短信接口看专门有篇文章
    满意答案
  • 唉呦喂
    #5楼    唉呦喂
    2019-12-18 23:07:37
    Chrome 0
    学无止境
  • rewalax
    #6楼    rewalax
    2020-12-08 21:11:19
    Edge 0
    迅睿框架创始人:谢谢回复