PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Nicola Bombaci   swam   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: swam
Generate HTML from parsed SWAM markup text
Author: By
Last change:
Date: 6 years ago
Size: 158 bytes
 

Contents

Class file image Download
<?php
include './engine/swam-min.php';
//Getting contents in strings
$code = file_get_contents("./proj/string.swa");
//Parsing code
echo $swam->parse($code);