Welcome Guest, Not a member yet? Register   Sign In
Tutorial error...?? (RESOLVED)
#11

[eluser]Benair[/eluser]
I'm sure I'll get blasted for this and I'm not going to exhaust the issue beyond this, but with all due respect to those who already know what they are doing here, it didn't help to explain why it isn't working to us who are totally green to MVC and OOP compared to NVP linking and who are trying to baby-step through the early tutorial phase of learning it.

I just went back and re-did the steps provided (and added some notes to the best of my interpretation .

Code:
// In News __construct():
$this->load->helper('url');
so Add that line shown above to controllers/news.php - I assume under the
Code:
$this->load->model('news_model');

(then go to news/views/index.php where the link url is)
Code:
<p><a >View article</a></p>
AND
Code:
&lt;!-- // Replace your link URL with: --&gt;
&lt;?php echo site_url('news/' . $news_item['slug']); ?&gt;

(then back in controllers/news because that is where the show 404 is located)
Code:
if(empty($data['news_item']))
{
  //show_404();
  exit('The error is here.');
}

so now in place of my original links that did display (however resulted in all not founds when clicked before)now it returns this plain list of full URLs unlinked.
...mysite.com/code_igniter/index.php/news/slug1
...mysite.com/code_igniter/index.php/news/slug2
...mysite.com/code_igniter/index.php/news/slug3


the list of urls look ok to me... but is that supposed to clue me as to why it isn't linking to results?

In any event I'm moving on from that issue. I appreciate you and anyone taking the time to help others but sometimes it needs to be spelled out a little more for newbe's and assume it doesn't make perfect sense to everyone especially those looking for a "tutorial".





Messages In This Thread
Tutorial error...?? (RESOLVED) - by El Forum - 01-23-2012, 05:03 PM
Tutorial error...?? (RESOLVED) - by El Forum - 01-23-2012, 07:41 PM
Tutorial error...?? (RESOLVED) - by El Forum - 01-24-2012, 09:56 AM
Tutorial error...?? (RESOLVED) - by El Forum - 01-24-2012, 05:26 PM
Tutorial error...?? (RESOLVED) - by El Forum - 01-24-2012, 10:14 PM
Tutorial error...?? (RESOLVED) - by El Forum - 01-25-2012, 02:02 AM
Tutorial error...?? (RESOLVED) - by El Forum - 01-25-2012, 02:03 AM
Tutorial error...?? (RESOLVED) - by El Forum - 01-30-2012, 08:04 PM
Tutorial error...?? (RESOLVED) - by El Forum - 01-31-2012, 01:20 PM
Tutorial error...?? (RESOLVED) - by El Forum - 02-09-2012, 04:57 AM
Tutorial error...?? (RESOLVED) - by El Forum - 02-09-2012, 10:50 AM
Tutorial error...?? (RESOLVED) - by El Forum - 02-12-2012, 02:44 PM
Tutorial error...?? (RESOLVED) - by El Forum - 02-12-2012, 07:08 PM
Tutorial error...?? (RESOLVED) - by El Forum - 02-12-2012, 08:41 PM
Tutorial error...?? (RESOLVED) - by El Forum - 02-16-2012, 01:07 PM
Tutorial error...?? (RESOLVED) - by El Forum - 02-16-2012, 03:25 PM
Tutorial error...?? (RESOLVED) - by El Forum - 03-04-2012, 09:42 PM
Tutorial error...?? (RESOLVED) - by El Forum - 07-18-2012, 09:13 AM
Tutorial error...?? (RESOLVED) - by El Forum - 08-22-2012, 03:18 AM
Tutorial error...?? (RESOLVED) - by El Forum - 08-22-2012, 03:24 AM
Tutorial error...?? (RESOLVED) - by El Forum - 10-16-2012, 01:28 PM
Tutorial error...?? (RESOLVED) - by El Forum - 02-03-2013, 02:25 AM
Tutorial error...?? (RESOLVED) - by El Forum - 02-04-2013, 11:35 AM
Tutorial error...?? (RESOLVED) - by El Forum - 08-26-2014, 08:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB