Welcome Guest, Not a member yet? Register   Sign In
How to write query on Model and Call Model using Controller in Codeigniter 4?
#3

public function all()
{
return $this->asArray()->findAll();
}

this code not working in ci4 please suggest me how to select table data in ci4
Reply


Messages In This Thread
RE: How to write query on Model and Call Model using Controller in Codeigniter 4? - by mohsin khan - 10-01-2019, 01:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB