hi i have a question i know this is not related to GC thats why i post it here but im using GC on my application and create a bootstrap tabs on edit view fields..
<ul class="nav nav-tabs">
<li class="active"><a href="<?php echo site_url("faculty/main/mainlist/edit/".$row->id)?>">Home</a></li>
<li><a href="<?php echo site_url('faculty/main/list/edit/'.$row->id)?>">Profile</a></li>
</ul>
i got an error the $row not defined, i know its on my controller to pass the the $row.. im new to CI i dont know how to proper code on that link..