摘要:
class Student{ //静态成员,DAL层_Class的实例 private static $dal; /** * 构造函数,初始化$dal */ public function __construct() { self::$dal = DALFactory::GetStudentInstance(); } public function Method() { } /**... 阅读全文
posted @ 2007-04-02 13:05
JBoy
阅读(238)
评论(0)
推荐(0)