应该使用Controller Argument
function view($post_id) { ... }
或者uri->段
function view() { ... $post_id = $this->uri->segment(3); ... }