PHP Classes

File: example

Recommend this page to a friend!
  Classes of Rajesh Bhatia   PHPBB 3 integration   example   Download  
File: example
Role: Example script
Content type: text/plain
Description: this is the sample file how I am using integraion class
Class: PHPBB 3 integration
Integrate site users in PHPBB 3 installation
Author: By
Last change:
Date: 14 years ago
Size: 498 bytes
 

Contents

Class file image Download
<?php
/**
* This is example file to integrate your existing site with phpBB3
* @version 0.1
* @copyright (C) 2009 Rajesh Bhatia. All rights reserved
* @license http://www.gnu.org/copyleft/lesser.html LGPL License
* @author Rajesh Bhatia <rajesh123bhatia@gmail.com>
**/
require_once("synchronizephpBB3.bl.php");
$objPHPBB3 = new SynchronizephpBB3("tblMember");
$_SESSION['ACCESSED_PHPBB3']='yes';
$objPHPBB3->SessionManage('forum');//folder name of phpBB3 installation will be passed
?>