/ Published in: PHP
Expand |
Embed | Plain Text
<? class Tutorials { function __construct() { # code... } public function getTutorials(){ } return $t; } } ?>
You need to login to post a comment.
Meestercor on 02/05/09
1 person have marked this snippet as a favorite
<? class Tutorials { function __construct() { # code... } public function getTutorials(){ } return $t; } } ?>
You need to login to post a comment.