Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Migrations in modules?
#4

(This post was last modified: 04-28-2019, 03:32 AM by InsiteFX.)

Your namespace for standard should be in the root .

PHP Code:
app
system
standard

'Standard'      => ROOTPATH 'Standard',
'Standard/Auth' => ROOTPATH 'Standard/Auth'

When you use APPPATH or ROOTPATH you do not add the forward slash either.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
[SOLVED] Migrations in modules? - by MeltedRolo - 04-27-2019, 01:33 PM
RE: Migrations in modules? - by InsiteFX - 04-27-2019, 03:09 PM
RE: Migrations in modules? - by MeltedRolo - 04-27-2019, 03:28 PM
RE: Migrations in modules? - by InsiteFX - 04-28-2019, 03:29 AM
RE: Migrations in modules? - by MGatner - 04-28-2019, 03:57 AM
RE: Migrations in modules? - by MeltedRolo - 04-28-2019, 05:04 AM
RE: Migrations in modules? - by MeltedRolo - 04-28-2019, 10:44 AM
RE: Migrations in modules? - by MeltedRolo - 04-28-2019, 01:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB