Advertisement
arijulianto

PHP Class Instance

Aug 4th, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. class myClass{
  2.     protected $a;
  3.     protected $b;
  4.     public protected $load;
  5.    
  6.     function template($f){
  7.         include 'template/default/'.$f.'.php';
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement