I have 2 controllers, task and user.
I need to create a view for "create task to users". So I need "a user list" and "create task" view together.
Usually views inherit from only 1 class.
How can I create a view working with 2 classes?
Have any idea?