function get_index() { $data['welcome'] = 'Hello World'; View::response('home.index', $data); }
public function get_index($value) { $data['error'] = $value; View::response('error.index', $data); }