用(T_IS_EQUAL)获取解析错误

时间:2017-02-25 08:41:48

标签: php codeigniter

在服务器中使用此代码但在localhost中使用此代码时出现错误。

Source:any
Destination: "my valid ip"
Service: http,https,dns
Action:allow
Translation:MAP X.X.X.X

这是错误  <?php if(!empty($assign_tool_info) && !empty($assign_tool_info->type == "engineer")) { ?>

1 个答案:

答案 0 :(得分:1)

您要么检查export default Ember.ArrayProxy.extend({ init() { this.set('content', []); this._super(...arguments); // doing some stuff } }); 是否为空且等于$assign_tool_info->type。您需要单独执行此操作

engineer