Multi Parent Child Model

I have some problems to generate the same application

tbl_Human

Id

Name(varchar)

Address(varchar)

tbl_Telephone

Id

Id_Human

Telephone

to work in some example i imagine this situation, i got 5 humans in my DB so i want to click in some human and generate his telephone(maybe 4 telephones per human) and these telephones must be there in the human view in all cases(crud telephones in the human view)

i appreciate your help

Take a look at

http://www.yiiframework.com/doc/guide/1.1/en/form.table