prevent change model and controller

if i want my programmer build a view without touch the model and controller, it is possible to do that in yii? i’m worried about plagiarism or change my model and controller code without my permission. like java, they can package on their code…on yii, any other way?

it is not clear what you want can you please provide an example

change control / versionning

look into source code management software, file rights, etc… Yii is just a MVC framework. Ain’t going to help you with file control…

for example i divide the team to two part, one part is to develop model and controller, the other one is to build a user interface. i don’t want to user interface team touch the code for model and controller, just to know it is possible…