我的问题很简单,我在课堂上看到了这段代码:
class controller_activity {
function __construct($args) {
//the variable template is not defined or what happen??
$this->template = new Template('activity');
}
.......
通常我在“public $template”之类的类中看到变量的声明或类似的,但是这种情况下,如果我像往常一样定义这些变量,我可以直接添加变量吗?之前没有定义它们?,值得推荐吗?