Zwracam się do was z pytaniem, czy da się to zapisać w jednej funkcji ? zeby linki wyglądały tak:
index.php/regards/utwor/on
index.php/regards/music/on
index.php/regards/utwor/off
index.php/regards/music/off
public function onpozdro() { $this->Regards_model->offRegards(); redirect('regards/index'); } public function offpozdro() { $this->Regards_model->offRegards(); redirect('regards/index'); } public function onmusic() { $this->Regards_model->offMusic(); redirect('regards/index'); } public function offMusic() { $this->Regards_model->offMusic(); redirect('regards/index'); }
Dziekuje za pomoc
