two or more different collected data in one CGridView

Comparing #2 with #3

Revision #3 was created by Maurizio Domba Cerin Maurizio Domba Cerin on Nov 11, 2013, 12:18:30 PM.

styling

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)
[...]