Welcome Guest, Not a member yet? Register   Sign In
Config Static Variables Not Working
#2

(This post was last modified: 08-03-2021, 09:51 AM by paliz.)

look this my config 

PHP Code:
<?php namespace Modules\Common\Config;

use 
CodeIgniter\Config\BaseConfig;

class 
ModuleCommonConfig extends BaseConfig
{
    /**
    * --------------------------------------------------------------------
    * Default Core Site Config
    * --------------------------------------------------------------------
    *
    */

    /*
    *---------------------------------------------------------------
    * public directory
    *---------------------------------------------------------------

    */
    public $publicDirectory __DIR__ '/../../../public';
    /*
        *---------------------------------------------------------------
        * public directory
        *---------------------------------------------------------------

        */
    public $uploadDirectory __DIR__ '/../../../public/upload';

    /*
          *---------------------------------------------------------------
          * public directory
          *---------------------------------------------------------------

          */

    public $folderDirectory __DIR__ '../../../';

}



call config like that 
$customConfig 
= new ModuleCommonConfig(); 
Enlightenment  Is  Freedom
Reply


Messages In This Thread
Config Static Variables Not Working - by myo - 08-03-2021, 06:08 AM
RE: Config Static Variables Not Working - by paliz - 08-03-2021, 09:50 AM
RE: Config Static Variables Not Working - by myo - 08-03-2021, 08:08 PM
RE: Config Static Variables Not Working - by myo - 08-03-2021, 09:56 PM
RE: Config Static Variables Not Working - by myo - 08-03-2021, 10:37 PM
RE: Config Static Variables Not Working - by myo - 08-04-2021, 02:52 AM
RE: Config Static Variables Not Working - by myo - 08-04-2021, 09:03 AM
RE: Config Static Variables Not Working - by myo - 08-05-2021, 03:57 AM
RE: Config Static Variables Not Working - by myo - 08-06-2021, 06:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB