Welcome Guest, Not a member yet? Register   Sign In
Link
#4

[eluser]zay yar phone[/eluser]
Yes.Another way to accomplish is that using associative array.
Code:
$options = array(
'manageannexturetypes.html' => 'manage_types',
'manageannextureyears.html' => 'manage_years',
'others.html' => 'if_any'
);

$page = (isset($options[$page])) ? $options[$page] : 'index'; // default is index
$this->$page();


Messages In This Thread
Link - by El Forum - 04-13-2012, 09:58 PM
Link - by El Forum - 04-14-2012, 07:29 AM
Link - by El Forum - 04-15-2012, 09:55 PM
Link - by El Forum - 04-16-2012, 09:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB