Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv31972
Added Files:
PhpWikiDatabase.php
Log Message:
Initial file for an abstract base class. For now I copy/pasted the
methods suggested in WikiDatabase
(http://phpwiki.sourceforge.net/phpwiki/index.php) as a starting
point, though there were a few that were undecided and I left those
out.
At least for now the class can support retrievePage() and insertPage()
and a few other basic methods, so rudimentary work can start.
The flowerbox reads:
/*
* Abstract base class for the database used by PhpWiki.
* This should be extended by classes for DB/dbx, dba and
* flat file.
*/
***** Error reading new file: [Errno 2] No such file or directory: 'PhpWikiDatabase.php'
|