Welcome Guest, Not a member yet? Register   Sign In
get data from database as obj or array
#6

[eluser]ranjitbd[/eluser]
//this is the controller
Code:
<?php
class Holiday extends Controller {


  function getDestination()
  {
      $data = array();
      $this->load->model($this->config->item(‘generalModel’), ‘getDes’,TRUE);
      $data[‘desPack’]=$this->getDes->desPackName();
      print_r($data);
  // echo $data[‘destination_name’]; //its not executing showing error
      exit;
  }

}
?>


would u like to say this about code block


Messages In This Thread
get data from database as obj or array - by El Forum - 08-29-2009, 04:56 AM
get data from database as obj or array - by El Forum - 08-29-2009, 06:30 AM
get data from database as obj or array - by El Forum - 08-29-2009, 09:11 AM
get data from database as obj or array - by El Forum - 08-30-2009, 12:00 AM
get data from database as obj or array - by El Forum - 08-30-2009, 12:32 AM
get data from database as obj or array - by El Forum - 08-30-2009, 12:39 AM
get data from database as obj or array - by El Forum - 08-30-2009, 06:55 AM
get data from database as obj or array - by El Forum - 08-30-2009, 07:23 AM
get data from database as obj or array - by El Forum - 08-30-2009, 08:07 AM
get data from database as obj or array - by El Forum - 08-30-2009, 08:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB