<?php function comm_del(){ $this->load->model('Comments'); $nid = $this->uri->segment(3); $id = $this->uri->segment(4); $this->Comments->delete_comment($id); } echo '<META HTTP-EQUIV="Refresh" CONTENT="1; URL='.$site_url('news/read_more/'.$nid).'">'; //42 linia } ?>
wywala:
Cytat
Fatal error: Function name must be a string in D:\Moje Dokumenty\Radex\Server\wtrmln3\wtrmln\Site1\controllers\news.php on line 42
komentarz:
funkcja jest częścią klasy, charakterystycznie dla frameworka Code Igniter.