[ Index ] |
PHP Cross Reference of Eventum |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 140 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 5 files include/class.auth.php include/class.mail_queue.php include/class.note.php include/db_access.php include/class.draft.php |
getEmail($id) X-Ref |
Selects the email from the table and returns the contents. Since jsrs only supports returning one value, the string that is returned is in the format of ec_id:id:email. If ec_id is not passed as a parameter, only the email is returned. param: string $id The sup_ema_id and sup_id seperated by a -. return: A string containing the body of the email, optionally prefaced by the ec_id and $id. |
getNote($id) X-Ref |
Selects a note from the table and returns the contents. param: string $id The ID of this note. return: A string containing the note. |
getDraft($id) X-Ref |
Selects a draft from the table and returns the contents. param: string $id The ID of this draft. return: A string containing the note. |
getPhoneSupport($id) X-Ref |
Selects a phone support entry from the table and returns the contents. param: string $id The phone support entry ID. return: A string containing the description. |
getMailQueue($id) X-Ref |
Selects a mail queue entry from the table and returns the contents. param: string $id The mail queue entry ID. return: A string containing the body. |
Generated: Wed Dec 19 21:21:33 2007 | Cross-referenced by PHPXref 0.7 |