03.12.2015 Views

laravel4cookbook

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

File-Based CMS 319<br />

26 try<br />

27 {<br />

28 eval("?>" . $compiled);<br />

29 }<br />

30 catch (Exception $e)<br />

31 {<br />

32 ob_end_clean();<br />

33 throw $e;<br />

34 }<br />

35<br />

36 $result = ob_get_contents();<br />

37 ob_end_clean();<br />

38<br />

39 return $result;<br />

40 }<br />

41<br />

42 public function minify($template)<br />

43 {<br />

44 $search = array(<br />

45 "/\>[^\S ]+/s",<br />

46 "/[^\S ]+\",<br />

52 "

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!