Exemplo n.º 1
0
 function get_menu()
 {
     // menu cats will be needed each time full page refresh is made
     $u = new Category_model($this->template, $this->query_string);
     $u->index();
     return true;
 }