PHP Classes

File: SQL File

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Spooky   _server/app/modules/user/models/queries/set_download_stat.sql   Download  
File: _server/app/modules/user/models/queries/set_download_stat.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Spooky
System to manage content extensible using modules
Author: By
Last change:
Date: Yesterday
Size: 83 bytes
 

Contents

Class file image Download
UPDATE [DB_PREFIX]Game SET downloads = downloads+1 WHERE gameId = :game_id LIMIT 1;