Calling Library Files from Fie Manager
Content
Hi All,
I want to call a library file from FileManager Script .But it seems you cant call from File Manager ,I have tried below lines:
use \Custom\Libraries\CPM as CPMHandler;
const DEV_MODE = true;
define('APPPATH',DEV_MODE ?__DIR__ . "/scripts/cp/customer/development/" :__DIR__ . "/scripts/cp/generated/production/optimized/");
require_once APPPATH . "libraries/CPM/*****.php";
Can Anyone tell me if i can call library file from File Manager .If yes ,How can we call?
Any help would be appreciated.
Thanks and Regards,
Bibek
Version
v1.31