PHP Classes

File: ExampleFile.php

Recommend this page to a friend!
  Classes of Ángel Manso Pérez   PDO MySQL MVC   ExampleFile.php   Download  
File: ExampleFile.php
Role: Example script
Content type: text/plain
Description: How to call Pdo-Mysql-Mvc
Class: PDO MySQL MVC
Connect and query to MySQL databases using PDO
Author: By
Last change:
Date: 7 years ago
Size: 161 bytes
 

Contents

Class file image Download
<?php
//Include mysql ExampleClass depends Mysql
include("ExampleClass.php");
//Call directly for a method
$response = ExampleClass::Test($_GET['user']);
?>