项目作者: PatelHarshil

项目描述 :
Boost Your Rapid Development Process For CodeIgniter Framework.
高级语言:
项目地址: git://github.com/PatelHarshil/ci-dev-tools.git
创建时间: 2018-04-27T12:14:14Z
项目社区:https://github.com/PatelHarshil/ci-dev-tools

开源协议:Apache License 2.0

下载


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