~titan-phpdevshell/phpdevshell/main

« back to all changes in this revision

Viewing changes to includes/PHPDS_login.class.php

  • Committer: Jason Schoeman
  • Date: 2011-12-06 14:03:32 UTC
  • Revision ID: titan@phpdevshell.org-20111206140332-4ej6qy4b36d3q96s
Crud Added
ORM Added
Control Panel optimized

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
 
3
3
/**
4
 
 * PHPDevShell is a RAD Framework aimed at developing administrative applications.
5
 
 *
6
 
 * @package PHPDevShell
7
 
 * @link http://www.phpdevshell.org
8
 
 * @copyright Copyright (C) 2007 Jason Schoeman, All rights reserved.
9
 
 * @license GNU/LGPL, see readme/licensed_under_lgpl or http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
10
 
 * @author Jason Schoeman, Contact: titan [at] phpdevshell [dot] org.
11
 
 * Copyright notice: See readme/notice
12
 
 * By using PHPDevShell you agree to notice and license, if you dont agree to this notice/license you are not allowed to use PHPDevShell.
13
 
 */
14
 
 
15
 
 
16
 
/**
17
4
 * Interface a plugin must implement to be used in authentification
18
5
 */
19
6
interface iBaseLogin