Public Member Functions | |
| setFile ($file) | |
| fetchTagwallData () | |
| insertTagwallData ($name, $email, $text) | |
Public Attributes | |
| $ERRORS | |
| $txtfile | |
Definition at line 21 of file tagwall.class.php.
| Tagwall::setFile | ( | $ | file | ) |
This function sets the file where tagwall data will be saved REMEMBER TO GIVE THIS FILE WRITE PERMISSION (chmod 777)
| $file | name of text file to save tagwall info |
Definition at line 31 of file tagwall.class.php.
| Tagwall::fetchTagwallData | ( | ) |
This function fetches tagwall data
Definition at line 40 of file tagwall.class.php.
| Tagwall::insertTagwallData | ( | $ | name, | |
| $ | email, | |||
| $ | text | |||
| ) |
This function inserts an entry to the tagwall
| $name | name of user | |
| users email address | ||
| $text | text message |
Definition at line 77 of file tagwall.class.php.
References $fp.
| Tagwall::$ERRORS |
Definition at line 22 of file tagwall.class.php.
| Tagwall::$txtfile |
Definition at line 23 of file tagwall.class.php.
1.5.5