Professional PHP5 code for this book

源代码在线查看: class.sweepstakescustomer.php

软件大小: 73 K
上传用户: Fiona1207
关键词: Professional PHP5 code book
下载地址: 免注册下载 普通下载 VIP

相关代码

								  require_once('class.Customer.php');								  class SweepstakesCustomer extends Customer {				    public function __construct($customerID) {				        parent::__construct($customerID);				     				        if($this->customerNumber == 1000000) {				          print "Congratulations $this->name!  You're our millionth customer! " .				                "You win a year's supply of frozen fish sticks!  ";				        }				     }				   }								?>							

相关资源