UserPage Class Reference

A page to administrate users. More...

Inheritance diagram for UserPage:

Page List of all members.

Public Member Functions

 UserPage ()
 Class constructor.
 get ()
 HTTP GET handler.
 post ()
 HTTP POST handlers.

Private Member Functions

 showUserList ()
 Show the userlist in a HTML form.

Private Attributes

 $userlist

Detailed Description

A page to administrate users.

This page allows you to create, edit and remove users.

See also:
DynamicList

UserList

Page


Member Function Documentation

UserPage::UserPage (  ) 

Class constructor.

The class constructor.

UserPage::get (  ) 

HTTP GET handler.

This function just shows the current user list from the database.

See also:
Database

DynamicList

UserList

Reimplemented from Page.

UserPage::post (  ) 

HTTP POST handlers.

This function shows the current userlist from $_POST.

See also:
UserList

DynamicList

Reimplemented from Page.

UserPage::showUserList (  )  [private]

Show the userlist in a HTML form.

This function outputs the current UserList in a HTML form.

See also:
UserList

Table


Member Data Documentation

UserPage::$userlist [private]


The documentation for this class was generated from the following file:
Generated on Sun Oct 21 06:49:25 2007 for phpSystemManager by  doxygen 1.5.2