Welcome Guest, Not a member yet? Register   Sign In
$this->load->view() ???
#1

[eluser]CI_[/eluser]
I'm totally new to php and OOP specially in CI framework sorry for askin a stupid question like this but right now im totally mess-up... While im watching the Hello world tutorial i saw these functions... where did he get those??? were they from CI defined functions?

-------------------------------------------
<?php

class Blog extends Controller {

function index()
{
$this->load->view('blog_view');
}
}

?>
--------------------------------------------
thank you very much...


Messages In This Thread
$this->load->view() ??? - by El Forum - 08-23-2007, 08:02 PM
$this->load->view() ??? - by El Forum - 08-24-2007, 02:49 AM
$this->load->view() ??? - by El Forum - 08-24-2007, 02:50 AM
$this->load->view() ??? - by El Forum - 08-24-2007, 02:59 AM
$this->load->view() ??? - by El Forum - 08-30-2007, 06:31 PM
$this->load->view() ??? - by El Forum - 08-31-2007, 03:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB