Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #1  
Old 6th October 2018, 15:55
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Talking Mindless Any Help
Code:
class htmlout {
  public $name;

     function __construct($name) {
         $this->name = $name; 
     }     
}

$html = new htmlout($title);
echo $html->name;
would you be interested testing it?
Code:
$this->name;
echo $this->name;
was gonna post it on tbdev sections but thought of you man tbh.
should work like this >

Code:
?><title><?php echo $html->name;?></title><?php
echo "<link rel='stylesheet'
Code:
$htmlout->template;

Last edited by BamBam0077; 6th October 2018 at 16:19. Reason: template idea :)
Reply With Quote
Reply

Tags
mindless

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 22:26. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.