Welcome Guest, Not a member yet? Register   Sign In
404 Page Not Found
#15

[eluser]kikz4life[/eluser]
Maybe you can try it like this:
Code:
<?php
class About extends Controller {
    
      
    
    function index() {
      $data['title']="";
      $this->load->view('pridej_view', $data, true);
    
    }
   function photo() {
      $data['title']="Photo";
      $this->load->view('photo_view', $data);
}
}


?>

or

Code:
$this->load->vars($data);
$this->load->view('photo_view');

and change the uri_protocol to auto
Hope this help.

goodluck
-Dean


Messages In This Thread
404 Page Not Found - by El Forum - 03-14-2009, 03:54 PM
404 Page Not Found - by El Forum - 03-14-2009, 04:03 PM
404 Page Not Found - by El Forum - 03-14-2009, 04:10 PM
404 Page Not Found - by El Forum - 03-14-2009, 04:17 PM
404 Page Not Found - by El Forum - 03-14-2009, 04:28 PM
404 Page Not Found - by El Forum - 03-14-2009, 04:46 PM
404 Page Not Found - by El Forum - 03-14-2009, 04:51 PM
404 Page Not Found - by El Forum - 03-14-2009, 04:58 PM
404 Page Not Found - by El Forum - 03-14-2009, 05:06 PM
404 Page Not Found - by El Forum - 03-14-2009, 07:56 PM
404 Page Not Found - by El Forum - 09-20-2009, 02:54 PM
404 Page Not Found - by El Forum - 11-18-2009, 10:35 PM
404 Page Not Found - by El Forum - 11-19-2009, 05:48 AM
404 Page Not Found - by El Forum - 11-19-2009, 07:15 PM
404 Page Not Found - by El Forum - 11-19-2009, 07:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB