私は他の誰かが CakePHP で作成したアプリケーションで作業するように依頼されました。CakePHP は初めてです。アプリケーションに次のエラーが表示されます。
Notice(8):
if(isset($client[0]) && $client[0]['contacts']['type_of']==3 && $var=='clients_with_contacts' && $this->Paginator->current()==1){
echo '<td style="background:lightblue">'.$client[0]['Client'][$field].'</td>';
include - APP/View/Clients/index.ctp, line 90
View::_evaluate() - CORE/Cake/View/View.php, line 947
View::_render() - CORE/Cake/View/View.php, line 909
View::render() - CORE/Cake/View/View.php, line 471
Controller::render() - CORE/Cake/Controller/Controller.php, line 948
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 194
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 112
たくさんのコードがあります。何か思いついたら教えてください。