PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Roni   Base CodeIgniter Model Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Base CodeIgniter Model Class
Base class to store object in databases using CI
Author: By
Last change:
Date: 5 years ago
Size: 1,010 bytes
 

Contents

Class file image Download
{ "name": "xiidea/ci-base-model", "type": "library", "homepage": "http://ronisaha.github.io/ci-base-model/", "description": "An extension of CodeIgniter's base Model class for providing a couple handy methods", "keywords": ["CI_Base_Model", "Codeigniter", "model", "crud"], "license": "MIT", "authors": [ { "name": "Jamie Rumbelow", "email": "jamie@jamierumbelow.net", "homepage": "http://jamierumbelow.net" }, { "name": "Md Emran Hasan", "email": "phpfour@gmail.com" }, { "name": "Roni Saha", "email": "roni.cse@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "3.7.*", "mockery/mockery": ">=0.7.2" }, "autoload": { "classmap": ["src/CI_Base_Model.php"] }, "branch-alias": { "dev-master": "2.1.x-dev" } }