<% if( hascode(code, "php") || hascode(code, "easyflexa") ) { %> <% if( comments != '' ) { %> /** <%= comments %> **/ <% } %> function <%= name %>(<%= parameters %>) { <% if( hascode(code, 'easyflexa') ) { %> global $Link; <% if( _formname ) { %> global $<%= _formname %>; <% } %> <%= code_php %>; <% } %> <% if( hascode(code, 'php') ) { %> <%= linesconcat(gencode('purephpcode', parsemultiplecode(code).php), '\t') %> <% } %> } <% } %>