![]() |
Hello Everyone, new to CodeIgniter and this forum in general.
I'm trying to find a way to send logged user data back to my homepage view but keep running into this error and I don't know why. PHP Code: public function index() //this is my homepage view controller The error says "caCall to a member function getFirstRow() on bool" I'm assuming this means that it can't find the id in the user table, but why would that be? can confirm that it's in there } |
Messages In This Thread |
Call to a member function getFirstRow() on bool - by codebelize - 09-28-2022, 09:41 AM
|