Notice!
ErrorException [ Notice ]: Undefined index: symbol
APPPATH/classes/controller/gene.php @ line 21:
20: $this->template->content = $view;
21: $this->template->title = $data['gene1']['symbol'];
22: }
Notice!
ErrorException [ Notice ]: Undefined index: symbol
APPPATH/views/gene.php @ line 11:
10: <div class="row-fluid">
11: <h1><?php echo $gene1['symbol']; ?></h1>
12: </div><!--/row-fluid-->