Welcome Guest, Not a member yet? Register   Sign In
How to get value column where column in codeigniter 3
#3

yo

you affect your data directly to $infos array in your controller.

$this->info['site_url'] = 'http://www.google.com';

so why do you call $this->Sysinfo->info->site_url ?

call directly echo $this->info['site_url']; // will show "http://www.google.com"
Reply


Messages In This Thread
RE: How to get value column where column in codeigniter 3 - by keulu - 01-28-2016, 05:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB