I have projects and tasks in my application, and I want (as a simple example) that after I create a project, two tasks will be generated by default and assigned to this project.
The tasks are at the beginning the same for all projects. Then it is possible to update the task for a single project...
For example:
I create Project_A -> generation of task1, task2
I create Project_B -> generation of task1, task2
Is this possible with Yii?