私の質問は非常に簡単です。クラスでこのコードを見ました:
class controller_activity {
function __construct($args) {
//the variable template is not defined or what happen??
$this->template = new Template('activity');
}
.......
ふつうは「public $template」などのクラスで変数の宣言を見かけますが、この場合も同じで、その変数をいつものように定義すれば、事前に定義せずに、このように直接変数を追加できますか? ?、お勧めですか?