Welcome Guest, Not a member yet? Register   Sign In
All controllers but default return Untitled Document
#8

[eluser]jakemac53[/eluser]
[quote author="mi6crazyheart" date="1287398885"]
Code:
function Game()
  {
      parent::Controller();
      $this->load->model(‘User_model’, ‘User’);
  }

In u'r controller function "game" there is no VIEW. Without any view how u'r poor controller function game will able to show u any view... Undecided[/quote]


???? That's just the constructor for the controller... if you look right below that I have the index() function which does load views.....

I think the main thing you guys aren't getting is that this controller DOES work, just only when its being loaded on the homepage as the default controller. It DOES call views, and they ARE displayed. However, you can't access the controller directly or any other controllers for that matter by going to the full url path for them. This is the core issue....


Messages In This Thread
All controllers but default return Untitled Document - by El Forum - 10-16-2010, 11:33 PM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 06:26 AM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 07:44 AM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 05:14 PM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 08:10 PM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 09:13 PM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 11:48 PM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 11:58 PM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:10 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:14 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:16 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:19 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:27 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:28 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:34 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:37 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:44 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:46 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:54 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:54 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 01:05 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 11:21 PM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 11:22 PM
All controllers but default return Untitled Document - by El Forum - 10-21-2010, 11:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB