Welcome Guest, Not a member yet? Register   Sign In
CI4 Modules Code not work
#11

If it is Myth/Auth it is under the module Myth/Auth Config.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#12

(This post was last modified: 09-03-2020, 04:50 AM by blaasvaer.)

(09-03-2020, 04:46 AM)InsiteFX Wrote: If it is Myth/Auth it is under the module Myth/Auth Config.


Could you point me to where in the file structure that is to be found in the repo?

https://github.com/lonnieezell/simple-forums

And please got to that page and provide the link, as I'm totally incapable of finding it, anywhere.
Reply
#13

Lonnie Ezell - Myth/Auth

Myth/Auth Config

Lonnie Ezell - Simple Forums
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#14

(This post was last modified: 09-03-2020, 08:24 AM by blaasvaer.)

Ok, then I obviously don’t get namespaces ... thanks.

So, it turns out the link I clicked in this thread sent ne to: https://github.com/lonnieezell/simple-forums

And that’s a completely different repo ... no wonder this is a mess.
Reply
#15

(This post was last modified: 09-04-2020, 09:00 AM by InsiteFX.)

Just think of namespaces as folders ( Directories )

app
.... Config
.... Controllers
Blaasvaer <--------- ( namespace is - Blaasvaer ) ( Your namespace should be your name or company name )
.... Config <------- ( namespace is - Blaasvaer\Config )
.... Controllers <-- ( namespace is - Blaasvaer\Controllers )

It's not hard to learn namespaces just think of them as folders.

Read this may help you to understand it better.

Complete Guide to PHP Namespaces
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB