我一直在zend框架的phtml文件中使用下划线js模板,它们在我的生产服务器上工作正常。它为我提供了500个内部服务器,用于所有下划线模板标签< %%>
<script id="viewRegTemplate" type="text/underscore">
<select name="manager" id="manager">
<% _.each(managers, function(manager){ %>
<option value="<%= manager.id %>"><%= manager.user_name %></option>
<% }); %>
</select>
</script>
不承认作为下划线js模板和读取为PHP?请帮忙......
在服务器错误日志中,我发现了这个PHP致命错误...
PHP致命错误:在第75行的/xxx/xxx/xxx/xxx/application/views/scripts/myportal/default.phtml中,只能通过引用传递变量