###useでエラーがでる。
InsuranceSearchForm.php
php
1<?php 2namespace APPLICATION_NAME\App\Backend\Form; 3 4use APPLICATION_NAME\Model\Master\InsuranceCompany as ModelInsuranceCompany; 5use APPLICATION_NAME\Model\Master\InsuranceProductField as ModelInsuranceProductField; 6
エラーメッセージ
Parse error: syntax error, unexpected 'as' (T_AS) in C:\xampp\www\APPLICATION_NAME\App\Backend\Form\InsuranceSearchForm.php on line 4
構文は間違えていないように思いますが、as のところでエラーがでてしまいます。
ファイルが見つからない等のエラーなんでしょうか。
どなたかお分かりになる方いらっしゃいましたら、ご回答お願いいたします。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/11/30 05:34
2017/11/30 05:50