Exemple #1
0
 function blogshow($sendrecv, $sendrecv2)
 {
     $scnublog = new scnublog();
     $finally2 = $scnublog->blogshow($sendrecv, $sendrecv2);
     $blogresult = new blog();
     $blogresult->showout($finally2);
 }