Skip to content

Instantly share code, notes, and snippets.

View thinkingmedia's full-sized avatar

cgTag thinkingmedia

View GitHub Profile
class main
{
public $nothing = 'some text';
public static $variable = "new variable";
public static function doSomething($main)
{
echo "Do something";
echo "<br>";
echo $main->nothing;