PHP Classes

File: myYouTube.config.php

Recommend this page to a friend!
  Classes of José Augusto Ferreira Franco   myYouYube   myYouTube.config.php   Download  
File: myYouTube.config.php
Role: Configuration script
Content type: text/plain
Description: The configuration file
Class: myYouYube
Manage and display videos from YouTube
Author: By
Last change: Update to version 1.2
Date: 16 years ago
Size: 723 bytes
 

Contents

Class file image Download
<?php
   
/*******************************************************************************
     Package : myYouTube - An simple way to display YouTube videos on your web sites
     File : myYouTube.config.inc.php - sets the main config. to MySQL web server
     Author: José Augusto Ferreira Franco
     Nick name : Guto Ferreira
     Web : www.revista-php.net
     Build date: 27- January 2008
     Version : 1.0
     Lisence : Artist License (means you must leave this header always)
    ********************************************************************************/
require_once("connect.php");



$Video = new myYoutube(); // instance to the class myYouTube
$Video->conn = $conn;
$Video->table = __TABLE;




?>