PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Milan Jankovic   PHP PDO Starter Template   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP PDO Starter Template
Setup MySQL database connections using PDO
Author: By
Last change:
Date: 2 days ago
Size: 204 bytes
 

Contents

Class file image Download
<?php
// Include necessary configuration, database, and class autoloader files
require_once 'include/config.inc.php';
require_once
'include/db.inc.php';
require_once
'include/classAutoloader.inc.php';
?>