IPBWI
[ class tree: IPBWI ] [ index: IPBWI ] [ all elements ]

Source for file ips_output.inc.php

Documentation is available at ips_output.inc.php

  1. <?php
  2.  
  3. require_once(ipbwi_BOARD_PATH 'admin/sources/classes/output/publicOutput.php' );
  4. class ipbwi_ips_output extends output {
  5.  
  6.     public $errors = null;
  7.  
  8.     // load login handler. these functions are the base for login and logout
  9.     public function initRegister($core=false)
  10.     {
  11.         $this->registry        $core;
  12.         $this->DB            $this->registry->DB();
  13.         $this->settings        $this->registry->fetchSettings();
  14.         $this->request        $this->registry->fetchRequest();
  15.         $this->lang            $this->registry->getClass('class_localization');
  16.         ipsRegistry::getClass('class_localization')->loadLanguageFile(array('public_register')'core');
  17.         $this->member        $this->registry->member();
  18.         $this->memberData    $this->registry->member()->fetchMemberData();
  19.         $this->cache        $this->registry->cache();
  20.         $this->caches        $this->registry->cache()->fetchCaches();
  21.         
  22.     }
  23.     
  24.     // set request for registration
  25.     public function silentRedirect($url$seoTitle=''$send301=FALSE$seoTemplate=''){
  26.         return true;
  27.     }
  28.     
  29. }
  30.  
  31. ?>

Documentation generated on Sat, 23 Oct 2010 23:35:53 +0200 by phpDocumentor 1.4.3