Welcome Guest, Not a member yet? Register   Sign In
ResourceController and model->update, is this a bug
#3

see

PHP Code:
use CodeIgniter\RESTful\ResourceController;

class 
Feedback extends ResourceController
{
    protected $modelName 'App\Models\FeedbackModel';
    protected $format    'json';

    public function index()
    {
    
$model 
= new Model();
        $model->update($id,['some'=>'thing']);
    }

Enlightenment  Is  Freedom
Reply


Messages In This Thread
RE: ResourceController and model->update, is this a bug - by paliz - 10-05-2021, 01:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB