これが私のコントローラーコードです:
$this->template
->set_breadcrumb( 'my stuff )
->set('questions', $questions)
->set('categories', $categories)
->build('index');
ただし、実際にはビューを構築していないようですindex
。default.html
それは私のテーマで私の見解を構築しています。
アイデア?