Prevent Content overwriting in CMS

Hey Guys,

I have developed a content management system using the Yii framework. Since a lot of users have access to the same content , the content gets overwritten when more than one user access the content and try to modify it around the same time.

I am constantly thinking about a way of solving this or is there any extensions or plugins I could use you guys are aware of. Let me know.

Thanks

You need content versioning, where each user’s edit of the content is saved as a new version of the content?

If yes, then you might look at these extensions:

model-versioning

versionedactiverecord

Thanks a lot will look into and find a way around to implement model versioning.