Welcome Guest, Not a member yet? Register   Sign In
noob here. please help me regarding "Creating and Sending Parameters Between Controller and View"
#6

[eluser]John_Betong_002[/eluser]
Try this in your view:
Code:
<font color=”&lt;?=$this->color;?&gt;”>&lt;?=$this->name;?&gt;</font>!

// or this
<font color=”&lt;?php echo $this->color;?&gt;”>&lt;?php echo $this->name;?&gt;</font>!
&nbsp;
works for me Smile
&nbsp;
&nbsp;


Messages In This Thread
noob here. please help me regarding "Creating and Sending Parameters Between Controller and View" - by El Forum - 06-15-2011, 08:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB