Class Admin

Description

declares administration interface basic class

  • abstract:

Located in /admin/Admin.inc.php (line 12)


	
			
Direct descendents
Class Description
AdminT3 declares administration interface basic class
AdminT4 declares administration interface basic class
AdminT5 Managing authors
AdminT6 Managing publishers
AdminT7 declares administration interface basic class
AdminT12 declares administration interface basic class
Variable Summary
mixed $admin_uid
mixed $auth_user
mixed $db
mixed $get
mixed $post
mixed $smarty
mixed $strict_mode
Method Summary
Admin __construct (string $post, string $get, string $login, string $pass, boolean $strict_mode)
void execute ()
Variables
mixed $admin_uid (line 15)
  • access: protected
mixed $auth_user (line 18)
  • access: protected
mixed $auth_user_id (line 19)
  • access: protected
mixed $db (line 16)
  • access: protected
mixed $get (line 14)
  • access: protected
mixed $post (line 13)
  • access: protected
mixed $smarty (line 17)
  • access: protected
mixed $strict_mode (line 20)
  • access: protected
Methods
Constructor __construct (line 38)

Constructor

  • access: public
Admin __construct (string $post, string $get, string $login, string $pass, boolean $strict_mode)
  • string $post: $_POST input
  • string $get: $_GET input
  • string $login: login string
  • string $pass: password
  • boolean $strict_mode: check form data strict or messily

Redefined in descendants as:
execute (line 71)

Execute admin

  • access: public
  • abstract:
void execute ()

Redefined in descendants as:

Documentation generated on Thu, 29 Jun 2006 22:12:37 +0200 by phpDocumentor 1.3.0RC3