Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Tofeeq ur Rehman  >  Multiple includes  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example
Class: Multiple includes
Include multiple PHP scripts in a single call
Author: By
Last change:
Date: 2008-09-08 06:04
Size: 146 bytes
 

Contents

Class file image Download
<?php
    
include_once("include_files.php");
    
$objFiles = new include_files("C:\wamp1\www\lib\file1.php, file2.php ,file3.php","include_once");
?>