EllisLab text mark
Advanced Search
     
How to work with matrix on view file
Posted: 20 July 2007 01:47 PM   [ Ignore ]
Avatar
Joined: 2007-07-18
3 posts

Hello…i need help….how can i work with a matrix on th view file….can i do something like this..

<?=$data['box1']['title'

...

i don’t know if it possible…

 
Posted: 20 July 2007 06:26 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-26
619 posts

So in your controller you’re passing an array to the view as such:

$data[‘box1’][‘title’] = “Title”;

?

Your view would display the variable as such:

<?=$box1[‘title’];?>

 Signature 

Developer13.com
Here is my nicely documented CodeIgniter Base CRUD Model