Skip to content
Snippets Groups Projects
testuser.php 72 B
<?php

include 'libs/load.php';
$a = new posts(1);
echo $a->getOwner();