PHP Classes

File: tools/hangar/res/sql.php.tmp

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   ???   Download  
File: tools/hangar/res/???
Role: Example script
Content type: text/plain
Description: Example script
Class: CMS Airship
Content management system with security features
Author: By
Last change: Update of tools/hangar/res/sql.php.tmp
Date: 10 days ago
Size: 109 bytes
 

Contents

Class file image Download
<?php
$db
= \Airship\get_database();

if (
$db->getDriver() === '@_DRIVER_@') {
   
$db->exec("@_QUERY_@");
}