how is output(echo) array without use of json_encode?(codeigniter)
问题 for output array Instead of using json_encode, use of what.(how is output(echo) array without use of json_encode?) i use of codeigniter. CI_Controller: function auto_complete(){ $hotel_search = $this->input->post('search_hotel'); echo json_encode($this->model_tour->auto_complete($hotel_search)); // if use of json_encode output is '[{"name":"salal"},{"name":"salaso"},{"name":"salasi"},{"name":"salsh"}]' if don want use of json_encode output is "Array" } CI_model: function auto_complete($hotel