Welcome Guest, Not a member yet? Register   Sign In
problem with routes in Code Modules
#8

PHP Code:
// namespace acp/Blog

$psr4 = [
    'App'         => APPPATH,                     // To ensure filters, etc still found,
    APP_NAMESPACE => APPPATH,                     // For custom namespace
    'Config'      => APPPATH 'Config',          // Config namespace
    'acp\Blog'    => ROOTPATH.'acp\Blog',         // Acp Blog module
]; 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
problem with routes in Code Modules - by midav - 03-10-2020, 06:39 AM
RE: problem with routes in Code Modules - by InsiteFX - 03-13-2020, 04:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB