document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. require_once(„file-class.php‟); //file yang memuat class
  3. $obj = new Demo(); //proses instansiasi object
  4. ?>
');