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

You can try this, but it is not recommended to do in a view it should be done in your controller.

PHP Code:
<?php
    $CI 
= =& get_instance();
 
   echo $CI->this->Sysinfo->info->site_url;
?>
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: How to get value column where column in codeigniter 3 - by InsiteFX - 01-23-2016, 04:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB