06-30-2008, 05:18 PM
[eluser]satterle[/eluser]
I have two views with hard-coded anchor tags (not using the URL helper) populated with data from a query. The problem is that in one case, the resulting link follows the CI format (http://www.mysite.com/index.php/co/co_vi...ersite.com) while in the other case, the link is normal (http://www.othersite.com).
The only real difference is that the first one query returns $query->row_array() while the second returns $query->result().
Can't figure it out. Help much appreciated.
I have two views with hard-coded anchor tags (not using the URL helper) populated with data from a query. The problem is that in one case, the resulting link follows the CI format (http://www.mysite.com/index.php/co/co_vi...ersite.com) while in the other case, the link is normal (http://www.othersite.com).
The only real difference is that the first one query returns $query->row_array() while the second returns $query->result().
Can't figure it out. Help much appreciated.