| MailMessages | |
| Author | Jaybill McCarthy |
| License | http://communit.as/docs/license |
| See Also | Mail_Db_Table |
| Instance Variables | |
| $_name | The name of the table or view to interact with in the data source. |
| $_primary | The primary key of the table or view to interact with in the data source. |
| Instance Methods | |
| getNewMailByUsername | Counts the number of unread messages a user has. |
| getSentMailByUsername | Counts the number of messages a user has sent. |
| getAllMailByUsername | Counts the number of messages a user has sent and recieved. |
The name of the table or view to interact with in the data source.
protected $_name
The primary key of the table or view to interact with in the data source.
protected $_primary
Counts the number of unread messages a user has.
public function getNewMailByUsername( $username )
Counts the number of messages a user has sent.
public function getSentMailByUsername( $username )
Counts the number of messages a user has sent and recieved.
public function getAllMailByUsername( $username )