Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: MYTH-AUTH userModel Factory
Post: RE: MYTH-AUTH userModel Factory

MGatner Wrote: (05-11-2021, 03:14 PM) -- It’s all set! Since Myth:Auth loads all its models using Factories (in this case via the shorthand `model('UserModel')` ) Factories will take care of identify...
1,939 Views
3 Replies
05-12-2021, 02:19 PM
mauroMbs
    Thread: MYTH-AUTH userModel Factory
Post: MYTH-AUTH userModel Factory

I am trying to understand how CI4 works, and above all MYTH-AUTH. My intention is to integrate the creation of the tables if they are non-existent. From what I understand it seems that a new copy of...
1,939 Views
3 Replies
05-11-2021, 01:23 PM
mauroMbs
    Thread: Call to a member function on bool
Post: RE: Call to a member function on bool

includebeer Wrote: (05-02-2021, 03:36 PM) -- If you are calling this from a controller, you need to call the getError function like this: PHP Code: -- if(!$validation){         $usrErr = $this->va...
2,068 Views
2 Replies
05-03-2021, 02:45 PM
mauroMbs
    Thread: Call to a member function on bool
Post: Call to a member function on bool

I'm stuck on validation. the "validate" instance does not recognize the "hasError" functions: returning the error: Call to a member function hasError () on bool PHP Code: -- $validation = $this...
2,068 Views
2 Replies
05-02-2021, 01:41 PM
mauroMbs

Theme © iAndrew 2016 - Forum software by © MyBB