Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   Mindless Any Help (http://www.bvlist.com/showthread.php?t=11777)

BamBam0077 6th October 2018 15:55

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. :sos:
should work like this >

Code:

?><?php echo $html->name;?> echo "
Code:

$htmlout->template;


All times are GMT +2. The time now is 09:34.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.