Perad Posted October 22, 2007 Share Posted October 22, 2007 Basically I want the below to work but it isn't. How do I get this going? $this->datadisplay[] = $val => $tval; Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted October 22, 2007 Share Posted October 22, 2007 $this->datadisplay[$val] = $tval; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.