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.phpwidgets/list.php$Templates/widgets/list.php
上記のコードはこのエラーをスローします:
注意:未定義の変数: 99行目
Loggerで 致命的なエラー:99 行目で非オブジェクト.../templates/list.phpのメンバー関数を呼び出し ますtoLog().../templates/list.php
UPDこれ が99行目です。
$Logger->toLog( $contentData );