PHP Classes

How to use the class

Recommend this page to a friend!

      JavaScript and CSS minifier  >  All threads  >  How to use the class  >  (Un) Subscribe thread alerts  
Subject:How to use the class
Summary:abc
Messages:2
Author:Christian Stefan
Date:2012-05-30 15:06:40
Update:2012-05-30 17:24:24
 

  1. How to use the class   Reply   Report abuse  
Picture of Christian Stefan Christian Stefan - 2012-05-30 15:06:41
Hello,

there is no example file attatched and I wonder how to use this class.

Any hints?

  2. Re: How to use the class   Reply   Report abuse  
Picture of Edson Edson - 2012-05-30 17:24:24 - In reply to message 1 from Christian Stefan
I tried a small fast test

<?php
require 'minify.php';
$test=new MinifyJS();
$test->minify('global.js');
?>

But the contents of my file has been deleted.