Welcome Guest, Not a member yet? Register   Sign In
Message: Call to a member function row() on boolean
#3

(11-23-2020, 05:15 AM)gelson Wrote: Hey guys, took me the entire week to get familiarise with your CI FrameWork. 

...and you decided to learn CI 3 instead of CI 4?

Anyway, maybe look at this tutorial in the user guide: http://codeigniter.com/userguide3/tutori...ction.html

PHP Code:
$query $this->db->get_where('news', array('slug' => $slug));
return 
$query->row_array(); 
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
RE: Message: Call to a member function row() on boolean - by includebeer - 11-25-2020, 11:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB