PHP Classes

File: SQL File

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Spooky   _server/app/modules/user/models/queries/update_game.sql   Download  
File: _server/app/modules/user/models/queries/update_game.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: 166 bytes
 

Contents

Class file image Download
UPDATE [DB_PREFIX]Game SET categoryId = :category_id, name = :name, title = :title, description = :description, keywords = :keywords WHERE gameId = :game_id LIMIT 1;