Cheetah
ChSimpleMessengerExport.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import('ChWsbExport');
9 
11 {
12  protected function __construct($aSystem)
13  {
14  parent::__construct($aSystem);
15  $this->_aTables = array(
16  'ch_simple_messenger_messages' => '`SenderID` = {profile_id} OR `RecipientID` = {profile_id}',
17  'ch_simple_messenger_privacy' => '`author_id` = {profile_id}',
18  );
19  }
20 }
ChSimpleMessengerExport
Definition: ChSimpleMessengerExport.php:11
ch_import
ch_import($sClassName, $aModule=array())
Definition: utils.inc.php:1218
ChWsbExport
Definition: ChWsbExport.php:29
php
ChSimpleMessengerExport\__construct
__construct($aSystem)
Definition: ChSimpleMessengerExport.php:12