PHP Class Suggestions, rartracker

------------------------------------------------------- CLASSNAME: Suggestions GENERATION DATE: 21.09.2010 CLASS FILE: /home/maintenance/iphoneAdmin/emallAdmin/lib/classes/phpClass/generated_classes/Suggestions.Class.php5 FOR MYSQL TABLE: suggestions FOR MYSQL DB: emall -------------------------------------------------------
Afficher le fichier Open project: swetorrentking/rartracker Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $db = null, $user = null, $forum = null )
create ( $postData )
delete ( $id )
query ( $view, $limit )
update ( $id, $postData )
vote ( $suggestId, $direction )

Private Methods

Méthode Description
get ( $id )
getNumVotesBySuggestion ( $suggestId )
getUserVoteWeight ( $class, $direction )
updateSuggestionWithVoteSum ( $sum, $suggestId )

Method Details

__construct() public méthode

public __construct ( $db = null, $user = null, $forum = null )

create() public méthode

public create ( $postData )

delete() public méthode

public delete ( $id )

query() public méthode

public query ( $view, $limit )

update() public méthode

public update ( $id, $postData )

vote() public méthode

public vote ( $suggestId, $direction )