43
43
$this->load->helper('form');
45
// $doc = $this->Codeviewer_model->getDoc($cid, $category, $subcategory, $example);
45
/* $doc = $this->Codeviewer_model->getDoc($cid, $category, $subcategory, $example);
50
51
$this->load->view('headTag', array('headTagData' => $headTagData));
51
52
$this->load->view('bannermenu', $userInfo);
52
53
$this->load->view('codeviewer/codeviewer', array("editors" => $editorHTML));