Search found 1 match

by HexManiac
Fri 12. May 2006, 16:33
Forum: phpwcms Support English
Topic: Remove Deleted Articles from Database: Is it Safe?
Replies: 0
Views: 1046

Remove Deleted Articles from Database: Is it Safe?

I notice that when you delete an article or article content part, phpwcms doesn't delete it from the database.

Instead, it just flags the article as deleted by setting the 'article_deleted' field or 'acontent_trash' field to 9.

This results in the database growing in size over time.

Does anyone ...