scharrier
Questions Asked
The user has not asked any questions.
Answers
0
how to retain the tick mark in checkboxes while editing?
I think you should name your input "User.User" and no "User".
1
Passing vars to view
Hi,
$this-data primary usage is forms : it permit to automagically set inputs values, from values stored in $this-data ( $form-input('User.name') = $this-data['User']['name'] )
So, I only set...
2
How to add data from model to model
Hi,
You have to define a relation between your two models : Member - hasOne - HomeAddress (or belongsTo , see the doc for more explainations on that point :
Comments
- Member since:
- October 26th, 2009
- Last active:
- Questions asked:
- 0
- Answers:
- 3
- Correct Answers:
- 1
- Comments:
- 0
There no comments yet.