/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/controllers/codeviewer.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-28 13:21:59 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130528132159-n0aizcm19mrsaize
fixes a multiline comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                        
43
43
                        $this->load->helper('form');
44
44
                        
45
 
                        // $doc = $this->Codeviewer_model->getDoc($cid, $category, $subcategory, $example);
46
 
                        // This loads the view. It's stored in application/views/codeviewer/codeviewer.php
47
 
                        // Do note that application/views should not be in the first argument of view()
48
 
                        // The second argument is data to be shown in the view. "editors" => "test" would
49
 
                        // generate an $editors variable in the view containing "test"
 
45
                        /* $doc = $this->Codeviewer_model->getDoc($cid, $category, $subcategory, $example);
 
46
                         * This loads the view. It's stored in application/views/codeviewer/codeviewer.php
 
47
                         * Do note that application/views should not be in the first argument of view()
 
48
                         * The second argument is data to be shown in the view. "editors" => "test" would
 
49
                         * generate an $editors variable in the view containing "test"
 
50
                         */
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));