two or more different collected data in one CGridView

Comparing #2 with #4

Content

[...]
```php
teacher model has:

 
person_id,
 
id_teacher,
 
name,
 
surname,
 
bachelor,
 
master,
 
... 
etc
 
student model has:
 
person_id,
 
id_student,
 
name,
 
surname,
 
-
age,
 
-
apartment
```


(person_id is a global id both of teachers and students)
[...]