Welcome Guest, Not a member yet? Register   Sign In
View Data Arrays
#1

[eluser]Unknown[/eluser]
I am loading a view and im sending it an array from a database.

Code:
data = array([0] => array([Body] .......))
$this->load->view("page", $data);

How would the view handle this since you cant use a number at the beginning of a variable??

This is what im trying todo in the view

Code:
echo $0;


Messages In This Thread
View Data Arrays - by El Forum - 06-05-2009, 11:28 AM
View Data Arrays - by El Forum - 06-05-2009, 11:57 AM
View Data Arrays - by El Forum - 06-05-2009, 12:34 PM
View Data Arrays - by El Forum - 06-05-2009, 12:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB