Login   Register  
PHP Classes
elePHPant
Icontem

How does this works?

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

      HTML to DOC  >  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  
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");
?>