]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
New methods:
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sun, 16 Feb 2003 19:43:10 +0000 (19:43 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sun, 16 Feb 2003 19:43:10 +0000 (19:43 +0000)
commit14faf745e0ba3a619237b8e999dda48d9080ca10
tree8e455f68a9209ccc4fb3f1e79d7c63745309c0bc
parentfeb32c4b4022df7093db0b3f95a6034c0cb1091f
New methods:
  WikiDB::set($key, $val)
  WikiDB::get($key)
To support global meta-data.  Before you make use of these methods,
please consider that they are implemented in a somewhat
hackish manner, and are not likely to be very efficient.

New methods:
  WikiDB::getTimestamp()
  WikiDB::touch()
To support the notion of a global timestamp on the WikiDB.

In WikiDB_Page::set():
  Delete special magic for setting 'pref'.  Currently, this appears to
  be either unused or broken (since 'pref' seems to be set to a
  serialized value.)  In any case, this magic shouldn't be here.
  If you need special handling put it before the call
  to WikiDB_Page::set().

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2568 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/WikiDB.php