⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

edit view link id field



redhen_07
  • profile picture
  • Member

Posted 13 August 2013 - 03:11 AM

hi i have a question i know this is not related to GC. 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..

 


davidoster
  • profile picture
  • Member

Posted 14 August 2013 - 20:27 PM

Duplicate post. Please follow here.