ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Code​Igniter 3 Snippets

by agoenks29D ST3

Codeigniter Snippets for Sublime Text

Labels snippets

Details

Installs

  • Total 0
  • Win 0
  • Mac 0
  • Linux 0
Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Full-Stack Developer Edition

Included Packages :

Installation

Manual installation

Close Sublime Text, then download or clone this repository to a directory named Codeigniter 3 Snippets in the Sublime Text Packages directory for your platform :

OS Command
Linux git clone https://github.com/MedanSoftware/Codeigniter-3-Snippet.git ~/.config/sublime-text-3/Packages/Codeigniter 3 Snippets
OSX git clone https://github.com/MedanSoftware/Codeigniter-3-Snippet.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Codeigniter 3 Snippets
Windows git clone https://github.com/MedanSoftware/Codeigniter-3-Snippet.git %APPDATA%\Sublime/ Text/ 3/Packages/Codeigniter 3 Snippets

Configuration

Enable Tab Completions

OS X Windows Linux Description
Command+Space Ctrl+Space Alt+/ Activate completions

Enable tab-completions.

Menu > Preferences > Settings

{
    "tab_completion": true
}

Change Your Preference

Menu > Preferences > Package Settings > Codeigniter 3 Snippets > Preferences

Preferences

<plist version="1.0">
<dict>
    <key>name</key>
    <string>Global</string>
    <key>scope</key>
    <string />
    <key>settings</key>
    <dict>
        <key>shellVariables</key>
        <array>


            <dict>
                <key>name</key>
                <string>AUTHOR_NAME</string>
                <key>value</key>
                <string>Your Name</string> 
            </dict>


            <dict>
                <key>name</key>
                <string>AUTHOR_EMAIL</string>
                <key>value</key>
                <string>youremail@domain.com</string> 
            </dict>


            <dict>
                <key>name</key>
                <string>RESTful_CLASS</string>
                <key>value</key>
                <string>RESTful_API</string> 
            </dict>

        </array>
    </dict>
</dict>
</plist>

Snippet Generator

port : 8080

$ ./serve

or

$ php -S localhost:<port> -t source/

PATREON

PAYPAL

ETH : 0x251b36840557cCe9A245f07E1b834bCfb7354FDb

DOGE : DFmES6KZLQXimXduXwKmooykMsjhWmT1tU

BITCOIN : 1MEqUeg7fXTkBMFWfJZE9yJREsKZ4SUxQM

BITCOIN CASH : qzrllcyrjwvpnuur5kpeyp03p246fzsgzvhleswr6f

Social Media :

Made with ❤️ + ☕ ~ Agung Dirgantara