以下if/elseif/else
语句返回Call to undefined function () ... on line 111
错误我不明白:
<?php if ( $this->NEXT_PAYMENT_DATE < date('Y-m-d') ) : ?>
<?php elseif ( ($this->LOAN_STATUS == 'V') && ($this->EXTRA_PAYMENT == '0.00') ) : ?>
<?php elseif ( ($this->LOAN_STATUS == 'V') && ($this->EXTRA_PAYMENT > '0.00') ) : ?>
<?php elseif ( $this->LOAN_STATUS == 'C' ) : ?>
<?php else : ?>
<?php endif; ?>
第111行匹配第一个elseif
语句。
$this->
使用简单的字符串数据访问对象键。没有字段null