Welcome Guest, Not a member yet? Register   Sign In
use of Unique in mySQL field cases Error
#18

(This post was last modified: 07-26-2020, 12:05 PM by InsiteFX.)

Did you add the use to your model?

PHP Code:
use CodeIgniter\Model

Add that above the class MYModel

You also need to add the namespace for your model

PHP Code:
namespace App\Models

If thats where it is.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: use of Unique in mySQL field cases Error - by InsiteFX - 07-26-2020, 12:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB