Source for file BitBook.php
Documentation is available at BitBook.php
* @author spider <spider@steelsun.com>
* @version $Revision: 1.14 $
// +----------------------------------------------------------------------+
// | Copyright (c) 2004, bitweaver.org
// +----------------------------------------------------------------------+
// | All Rights Reserved. See below for details and a complete list of authors.
// | Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
// | For comments, please use phpdocu.sourceforge.net documentation standards!!!
// | -> see http://phpdocu.sourceforge.net/
// +----------------------------------------------------------------------+
// | Authors: spider <spider@steelsun.com>
// +----------------------------------------------------------------------+
// $Id: BitBook.php,v 1.14 2010/04/17 22:46:11 wjames5 Exp $
require_once( WIKI_PKG_PATH. 'BitPage.php' );
require_once( LIBERTY_PKG_PATH. 'LibertyStructure.php' );
define('BITBOOK_CONTENT_TYPE_GUID', 'bitbook' );
* @author spider <spider@steelsun.com>
* @version $Revision: 1.14 $
function BitBook( $pPageId= NULL, $pContentId= NULL ) {
'content_name' => 'Wiki Book',
'handler_class' => 'BitBook',
'handler_package' => 'wiki',
'handler_file' => 'BitBook.php',
'maintainer_url' => 'http://www.bitweaver.org'
return $struct->getList( $pListHash );
|