Skip to content

Instantly share code, notes, and snippets.

@jzmwebdevelopment
Created November 27, 2012 19:50
Show Gist options
  • Save jzmwebdevelopment/4156570 to your computer and use it in GitHub Desktop.
Save jzmwebdevelopment/4156570 to your computer and use it in GitHub Desktop.
view function
public function test($mainCat, $subCat)
{
if($mainCat && $subCat == 'foo/bar')
{
$this->load->view('');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment