[ewiki] Use of EWIKI_DB_F_APPENDONLY
- From: Andy Fundinger <andy@xxxxxxxxxxx>
- To: "'ewiki@xxxxxxxxxxxxx'" <ewiki@xxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2003 17:34:41 -0500
Can I use EWIKI_DB_F_APPENDONLY to flag 'thread pages' for my forum plugin?
Some other flag? In operation thread pages should only allow for the
addition of posts--which are on separate pages. If I try to distinguish
threads based on page names I need a regex to separate them from their posts
and I can't put the flag in ['meta'] because it is not returned by search.
Andy
Declaration of EWIKI_DB_F_APPENDONLY:
define("EWIKI_DB_F_APPENDONLY", 1<<6); #nyi
Other related posts: