I would like to ask you, how can I instead of $ this-> load-> view ('some_view.php') at the end of the controller code return the user to the page from where he called the controller method? A simple return statement does not work.
t
public function someMethod($IDCustomer) { $this->Some_modal->persist($IDCustomer);
php codeigniter
luka032
source share