Welcome Guest, Not a member yet? Register   Sign In
customizing my pages
#4

[eluser]wilfred[/eluser]
i meant like this, In the code below when I query form the database hippo and want to display results in a form layout. How do i create that form from the form helper?
<?php
class Blog extends Controller{

function Index()
{
$data[‘title’] = “party zone”;
$data[heading] = “lets rock and keep it rocking”;

$this->load->view(‘blogview’,$data);

$this->load->database();

$sql = “SELECT * FROM hippo WHERE manufacturer = ?”;

$this->db->query($sql, array(‘EABL’));
}

}


Messages In This Thread
customizing my pages - by El Forum - 11-10-2009, 06:13 AM
customizing my pages - by El Forum - 11-10-2009, 09:58 AM
customizing my pages - by El Forum - 11-10-2009, 04:19 PM
customizing my pages - by El Forum - 11-11-2009, 09:01 AM
customizing my pages - by El Forum - 11-11-2009, 10:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB