Welcome Guest, Not a member yet? Register   Sign In
Stop controller at this point, run other method
#3

In some cases, switch is a better alternative:
PHP Code:
$check $this->Logier->check_address($url);
switch (
$check) {
 case 

 
   $this->show_page($url);
 
   break;
 case 
:
 
   $this->show_post($url);
 
   break;
 default:
 
   show_404();
 
   die();

Reply


Messages In This Thread
RE: Stop controller at this point, run other method - by Wouter60 - 06-16-2017, 12:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB