‘apps’, ‘grants_app’, 25, // Entries to show per page ‘admin/grant/apps’, array(‘buttons’ => {custom buttons per entry})); // Tear down a namespace $this->streams->utilities- >remove_namespace(‘grants_app’);
or public pages: class My_section extends Public_Controller class My_section extends Admin_Controller // Build entire PyroCMS site page with active theme $this->template->build(‘my_page_view’); // Pass a variable to the template view $this->template->set(‘var’, $var);