PHP Classes

How does this works?

Recommend this page to a friend!

      HTML to DOC Converter  >  All threads  >  How does this works?  >  (Un) Subscribe thread alerts  
Subject:How does this works?
Summary:I'm having troubles finding out how to use it
Messages:1
Author:Mattias
Date:2011-04-28 07:46:37
 

  1. How does this works?   Reply   Report abuse  
Picture of Mattias Mattias - 2011-04-28 07:46:37
Hi there - I'm pretty unexperienced in classes so i am having troubles finding out how it works.

This code returns nothing:

<?php
include("html_to_doc.inc.php");

$htmltodoc= new HTML_TO_DOC();

$htmltodoc->createDoc("skabelon.html", "test");
?>