Welcome Guest, Not a member yet? Register   Sign In
Help with simple code!! :)
#2

[eluser]joeizang[/eluser]
ssloxing,

why don’t you just do the proper thing and use a view instead of echoing?
Code:
class Blog extends Controller
{
   function Blog()
   {
     parent::Controller();
   }
  
   function index()
   {
     $this->load->view('viewfile');
   }
}
and then in your view just put what you want to a regular html file and save as php or an empty file and echo what yo


Messages In This Thread
Help with simple code!! :) - by El Forum - 11-27-2009, 03:21 AM
Help with simple code!! :) - by El Forum - 11-27-2009, 03:32 AM
Help with simple code!! :) - by El Forum - 11-27-2009, 03:35 AM
Help with simple code!! :) - by El Forum - 11-27-2009, 08:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB