Skip to content

gccloud/model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter Model

CodeIgniter 3 Model extension, working with maltyxx Origami package (see https://github.com/maltyxx/origami)

Requirements

  • PHP 5.4.x (Composer requirement)
  • CodeIgniter 3.0.x

Step 1 : Installation (by Composer)

Option 1 : Run composer

composer require gccloud/model

Option 2 : or edit /composer.json

{
    "require":
    {
        "gccloud/model": "1.1.*"
    }
}

And then run composer update

composer update

Step 2 : Add it to CodeIgniter

Create core file in /application/core/MY_Model.php.

<?php

defined('BASEPATH') OR exit('No direct script access allowed');

require(APPPATH.'/third_party/model/MY_Model.php');

About

CodeIgniter 3 Model extension using maltyyx/origami package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages