PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Andoitz Jordan Marmolejo   Classifier   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Index Example Use
Class: Classifier
Load and initialize classes from a given directory
Author: By
Last change: Update of index.php
Date: 3 months ago
Size: 126 bytes
 

Contents

Class file image Download
<?php
define
('CLASS_FOLDER','/class');
include(
CLASS_FOLDER.'/Classifier.php');
$classifier = new Classifier(CLASS_FOLDER);
?>