the input is created but the value isn't filled in
|
| View previous topic :: View next topic |
| Author |
Message |
Jackil
Joined: 24 May 2006 Posts: 97
|
Experiencing something rather odd, in a form in a view, if I have <?php echo $html->input('Playlist/name'); ?> the input is created but the value isn't filled in
But if I do <?php echo $html->input('Playlist/name', array('value'=>$data['Playlist']['name'])); ?> it is!
Ignore me
Again
(helps to write things down here, I can always see my mistakes!)
That's gonna have to be my catch phase (or maybe new nick) |
| |
|
|
|
|
|
|