PHP Classes

File: Examples/direct_methods.php

Recommend this page to a friend!
  Classes of Clement Sam   PHP Document Generator   Examples/direct_methods.php   Download  
File: Examples/direct_methods.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Document Generator
Convert HTML to MS Word and Excel and CSV files
Author: By
Last change:
Date: 4 years ago
Size: 147 bytes
 

Contents

Class file image Download
<?php
include '../ewc_generator.class.php';

$EWCGenerator->setFilename("myfirstfile");
$EWCGenerator->Word("../../applications.html");

?>