Welcome Guest, Not a member yet? Register   Sign In
Entity class not working on 2 module
#6

To me it looks like your name space is off because your Modules folder is under the app folder.

PHP Code:
namespace Modules\Site\Models;

// should be
namespace app\Modules\Site\Models

So all your namespaces and use clauses should start with app\
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Entity class not working on 2 module - by tmtuan - 10-15-2020, 09:00 PM
RE: Entity class not working on 2 module - by InsiteFX - 10-16-2020, 07:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB