PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Rafael Sbrissa   PHP MySQL Project Documentation   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP MySQL Project Documentation
Generate documentation for a MySQL database
Author: By
Last change:
Date: 7 years ago
Size: 208 bytes
 

Contents

Class file image Download
<?php

include('phpdbdoc.php');

$doc = new phpdbdoc();
$doc->setUserdb("root");
$doc->setLinkdb('localhost');
$doc->setPassword('toor');
$doc->setDataBase('gestorfox');
$doc->DBConnect();
$doc->getDoc();
?>