ale wyrzuca mi błąd, poniżej kod:
class News extends CI_Controller { public function view() { $query = $this->db->query("SELECT * FROM words WHERE id='".$this->uri->segment(3)."'"); $this->parser->parse('blog_template', $query->result()); $this->load->view('news'); } public function index() { $this->load->view('news'); } } ?>
bład: An Error Was Encountered Unable to load the requested file: blog_template.php
Z punktu dokumentacji wszystko powinno śmigać.