Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| Skull fracture. | |
| Trench engulfment. | |
| Worker electrocuted. | |
| Worker fatally shot. | |
| Worker was murdered. | |
| Worker died in falll. | |
| Possible heart attack. | |
| Worker died in a fall. | |
| Worker fell from lift. | |
| Worker killed in fall. |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| // Based on ICanHaz (http://github.com/andyet/ICanHaz.js/blob/master/ICanHaz.js) | |
| // This version supports Mustache and Handlebars | |
| // By M@ McCray | |
| ;var render = (function($, engine){ | |
| var cache = {}, | |
| methods = {}; | |
| $(function(){ | |
| $('script[type="text/html"]').each(function () { | |
| var name = $(this).attr('id'), |