PHP Classes

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

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

Contents

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

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