Welcome Guest, Not a member yet? Register   Sign In
how can i send array variable to view file by controller file
#2

[eluser]dtrenz[/eluser]
Code:
class Page extends Controller {

   function index()
   {
      $data['db_array'] = $db_array;
      $this->load->view('page', $data);
   }

}


This is the one of the most basic concepts behind views. I recommend that you read the _______ manual: http://ellislab.com/codeigniter/user-gui...views.html


Messages In This Thread
how can i send array variable to view file by controller file - by El Forum - 03-11-2008, 08:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB