Welcome Guest, Not a member yet? Register   Sign In
Problem with Model()->find() and Model()->findAll()
#13

<?php namespace App\Models;
use CodeIgniter\Model;
class TestModel extends Model
{
protected $table = 'prova';
protected $primaryKey = 'id';

protected $returnType = 'array';
protected $useSoftDeletes = false; //With false work??
Reply


Messages In This Thread
RE: Problem with Model()->find() and Model()->findAll() - by Cassola - 03-24-2020, 03:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB