PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Alex Lushpai   PHP Inline Class   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Inline Class
Combine several classes into a single PHP file
Author: By
Last change: Update of README.md
Date: 3 months ago
Size: 225 bytes
 

Contents

Class file image Download

Inliner

Simple class for combining several classes in a single file. Can be used for keep compability with php 5.2

Example

$inliner = new Inliner();
$inliner->inline(__DIR__ . '/src', 'php', 'single.php');