Skip to content

Instantly share code, notes, and snippets.

@makao
makao / MageSnippets.md
Created April 21, 2016 16:30
Magento Sublime Snippets

Controller

<snippet>
    <description>Magento Controller</description>
    <tabTrigger>mage,controller</tabTrigger>
    <scope>source.php</scope>
    <content><![CDATA[
class ${TM_FILEPATH/^.*\/app\/code\/(?:core|community|local)\/([^\/]+)\/([^\/]+)\/(?:[^\/]+\/)*[^\/]+\.php$/\u$1_\u$2/}${TM_FILEPATH/(?:^.*\/app\/code\/(?:core|community|local)\/(?:[^\/]+\/){2}(?:controllers\/)?|\G)([^\/\.]+(?=\/|\.php$))(?:\.php$)?(?:\/|\.php$|(?R))/_\u$1/g}Controller$1 extends Mage_Core_Controller_Front_Action
{
    $2
@makao
makao / lpsolve.md
Last active May 4, 2018 08:18
Lpsolve installation debian