Esempio n. 1
0
 /**
  * Import a front end user
  */
 public function __construct()
 {
     parent::__construct();
     if (FE_USER_LOGGED_IN === true) {
         $this->import('FrontendUser', 'User');
     }
 }