Phundament-Components
[ class tree: Phundament-Components ] [ index: Phundament-Components ] [ all elements ]

Source for file UserLoginThickbox.php

Documentation is available at UserLoginThickbox.php

  1. <?php
  2.  
  3. /**
  4.  * Class file.
  5.  *
  6.  * @license http://opensource.org/licenses/mozilla1.1.php Mozilla Public License
  7.  * @copyright 2005, diemeisterei GmbH. All rights reserved.
  8.  * @author $Author: schmunk $
  9.  * @version $Revision: 405 $  $Date: 2006-11-23 01:13:39 +0000 (Do, 23 Nov 2006) $
  10.  * @package Phundament.Components
  11.  * @subpackage Pages
  12.  */
  13.  
  14. /**
  15.  * Displays a login box
  16.  *
  17.  * @package Admin.Pages
  18.  * @subpackage Authentication
  19.  */
  20. class UserLoginThickbox extends UserLogin
  21. {
  22.  
  23.     public function onLoadComplete($param)
  24.     {
  25.         //parent :: onLoadComplete($param); !!!
  26.  
  27.         if ($this->IsPostBack && $this->IsValid)
  28.         {
  29.             $url$this->Service->constructUrl("packages.Administration");
  30.             $this->Response->redirect($url);
  31.         }
  32.  
  33.     }
  34.  
  35.  
  36. }
  37. ?>

Documentation generated on Sun, 25 Feb 2007 16:11:51 +0100 by phpDocumentor 1.3.1