Welcome Guest, Not a member yet? Register   Sign In
How to make and include different routing files inside one route file?
#9

(This post was last modified: 04-26-2023, 05:54 AM by luckmoshy.)

This is a much more precise and best-practice approach; otherwise, I do think

PHP Code:
public $psr4 = [
    APP_NAMESPACE => APPPATH// For custom app namespace
    'Config'      => APPPATH 'Config',
    'Namespace\Subnamspace' => APPPATH 'ThirdParty/yourmodule/src',

Codeigniter First, Codeigniter Then You!!
yekrinaDigitals

Reply


Messages In This Thread
RE: How to make and include different routing files inside one route file? - by luckmoshy - 04-26-2023, 05:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB