function template_engin2($data,$array){ return preg_replace('/\{\{(.*?)\}\}/e','$array[\'$1\']' , $data); }