Connecting Tech Pros Worldwide Help | Site Map

Im stuck with a page class

  #1  
Old July 17th, 2005, 11:49 AM
[Mystic]
Guest
 
Posts: n/a
Hi (again).

I've created a page class for dynamicly making pages. It works fine apart
from one problem im having.

I'm making it include the main body of the page from an html file.

So: $test = new page('Page Title','filename.html');

$test->PrintHtml();

This will now include my filename.html

in filename.html I had $test->getTitle(); to get the title for the webpage,
however, if the var $test is something else, this will not work. Also, if I
do not make it global it will not work. Is there an easier way of doing
this?

Another way I thought of was replacing certian values like replacing <TITLE>
with the title etc. But I wan't this class to be dynamic, so i don't want to
this this if I dont have to.

Thanks.


  #2  
Old July 17th, 2005, 11:50 AM
ganeshg
Guest
 
Posts: n/a

re: Im stuck with a page class


Use Smarty template engine (http://smarty.php.net/) unles you are learning
PHP. Smarty is more reliable and bug free, then home made scripts.


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help With Project Please. If statements Fool answers 1 December 13th, 2007 10:15 PM
totaly stuck and need help to improve the GUI look of c# program Peted answers 11 June 17th, 2007 12:25 AM
badly stuck creating HTTPHandler Ivonne Riedel answers 3 January 25th, 2006 05:45 PM
Dll with VB.Net Nick answers 45 November 21st, 2005 06:25 AM