Welcome Guest, Not a member yet? Register   Sign In
[split] Ion-Auth with CI4
#14

(This post was last modified: 11-12-2019, 12:52 PM by XTAZ.)

How work IonAuth in CI4?? WTF??

I https://github.com/benedmunds/CodeIgnite...hModel.php I see
$this->db->select(...
->get($this->tables['users']);...
$query->numRows()...

But CI4 dont support this functions. We must use $this->db->table($this->tables['users']), $builder->getRow() and ->getFieldCount()

I getting error Call to undefined method CodeIgniter\Database\MySQLi\Connection:Confusedelect()
Reply


Messages In This Thread
[split] Ion-Auth with CI4 - by Poetawd - 10-26-2019, 07:33 PM
RE: [split] Ion-Auth with CI4 - by orionstar - 10-29-2019, 03:20 AM
RE: [split] Ion-Auth with CI4 - by Poetawd - 10-30-2019, 05:03 PM
RE: [split] Ion-Auth with CI4 - by MGatner - 11-01-2019, 06:12 AM
RE: [split] Ion-Auth with CI4 - by Poetawd - 11-01-2019, 06:53 AM
RE: [split] Ion-Auth with CI4 - by XTAZ - 11-12-2019, 12:51 PM
RE: [split] Ion-Auth with CI4 - by Poetawd - 11-12-2019, 06:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB