PHP Textmate Templating Snippet
I’ve recently been working with a few MVC frameworks and I really like the idea of using PHP short tags for my views. The hardcore mentality that this is improper seems to me a bit ridiculous. Below is a textmate snippet I have been using to make my templating a bit quicker.
<?= \$${1:value} ?>
Add this as a snippet and make the Scope Selector: “text.html - source”. Of course, my tab trigger is simply “=”.
