require_once'modules/logger.php';
$Logger = new Logger();
require_once 'templates/list.php';
$Templates = new templatesList();
require_once 'widgets/list.php';
$Widgets = new widgetsList();
私はとで使用し$Logger
ます。
で使用します。templates/list.php
widgets/list.php
$Templates
/widgets/list.php
上記のコードはこのエラーをスローします:
注意:未定義の変数: 99行目
Logger
で 致命的なエラー:99 行目で非オブジェクト.../templates/list.php
のメンバー関数を呼び出し ますtoLog()
.../templates/list.php
UPDこれ が99行目です。
$Logger->toLog( $contentData );