bigace.classes.guestbook
[ class tree: bigace.classes.guestbook ] [ index: bigace.classes.guestbook ] [ all elements ]

Class: GuestbookAdminService

Source Location: /classes/guestbook/GuestbookAdminService.php

Class Overview


Adminservice for your Guestbook, holding all functions for write access.


Methods


Inherited Constants

Inherited Variables

Inherited Methods


Class Details

[line 30]
Adminservice for your Guestbook, holding all functions for write access.



[ Top ]


Class Methods


method changeEntry [line 67]

Object changeEntry( int $id, String $name, String $email, String $homepage, String $comment, Object 5)

This changes a single Guestbook Entry



Tags:

return:  the DB Result for this UPDATE


Parameters:

Object   5   the changed Date
int   $id   the Entry ID to change
String   $name   the changed Name
String   $email   the changed Email Adress
String   $homepage   the changed Homerpage Adress
String   $comment   the changed Comment

[ Top ]

method createEntry [line 42]

int createEntry( String $name, String $email, String $homepage, String $comment)

Creates a new Guestbook Entry



Tags:

return:  the new generated Guestbook Entry ID


Parameters:

String   $name   the Visitors Name
String   $email   the Visitors EMail Adress
String   $homepage   the Visitors Homepage Adress
String   $comment   the Visitors Comment

[ Top ]

method deleteEntry [line 85]

Object deleteEntry( int $id)

Deletes a GuestbookEntry



Tags:

return:  the DB Result for this DELETE


Parameters:

int   $id   the GuestbookEntry ID

[ Top ]


Documentation generated on Tue, 11 Oct 2005 23:02:05 +0200 by phpDocumentor 1.3.0RC2