Skip to content

Boost Your Rapid Development Process For CodeIgniter Framework.

License

Notifications You must be signed in to change notification settings

PatelHarshil/ci-dev-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ci-dev-tools

Boost Your Rapid Development Process For CodeIgniter Framework.

Note : Currently support VS-Code only.

User Guide

ci-dev-tools is intentionally created to power-up your development process.
This is a collection of snippets & some ready made code examples, aiming to help you in your development journey.

Prefix Description
ci-defined defined('BASEPATH') OR exit('No direct script access allowed');
ci-model CI_Model
ci-controller CI_Controller
ci-load-model Load Model
ci-load-short-model Load Model With Different Object Name
ci-load-view Load View
ci-load-library Load Library
ci-load-libraries Load Multiple Libraries
ci-load-helper Load Helper
ci-load-helpers Load Multiple Helpers
ci-load-my-helper Load Custom Helper
ci-load-driver Load Driver
ci-lib-email E-Mail Library

How To Install?

For Linux

Step-1 : Unzip the file.
Step-2 : Now create a folder named " HarshilPatel.ci-dev-tools-0.0.1 " & copy all unziped files Into It.
Step-3 : Now move/copy this folder Into VS Code Extention directory. Example : /home/user/.vscode/extensions/.

[ Please note that, folder name should be same as per given in setp-2. ]

For Windows & MacOS

Same as Linux. Just find your VS Code Extention directory as per your Operating System and move/copy Into It.

Developed By : Harshil Patel