Advertisement
Echo89

test1.php

Sep 30th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. /* test1.php */
  3. class test1 extends main_class
  4. {
  5.     public function __construct()
  6.     {
  7.         echo "Construct of 'test1' called!<br />";
  8.         $this->do_include();
  9.     }
  10. }
  11.  
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement