首页 新闻 会员 周边
2
回答数

回答被采纳 20 关于PHP OOP对象引用的一个问题

<?php class controller { var $db; var $user; function init_db() { $this->db = new db(); $this->db->h