Can I connect a activeTextField a field in a table with a field in another table?
Such as the activeDropDownList that have listData?
Can I connect a activeTextField a field in a table with a field in another table?
Such as the activeDropDownList that have listData?
Is not clear what do you mean.
Why are you speaking of connect? You have just to do CActivRecord->find() for have a model, and then you can create the activeTextField that shows and edit the value of this field.
What do you mean with "field in another table"?
I want to connect the field ANAGRA_ID of the table DOCENTE with the field NOME of the table ANAGRAFE through the field anagra_id…is clearer???
Can you help me…i want to use a activeTextField…