PHPackages                             gccloud/model - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. gccloud/model

ActiveCodeigniter-third-party[Parsing &amp; Serialization](/categories/parsing)

gccloud/model
=============

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

v2.0.11(5y ago)26.8k1Apache-2.0PHPPHP &gt;=5.3.0

Since Aug 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gccloud/model)[ Packagist](https://packagist.org/packages/gccloud/model)[ Docs](https://github.com/gccloud/model)[ RSS](/packages/gccloud-model/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (28)Used By (0)

CodeIgniter Model
=================

[](#codeigniter-model)

CodeIgniter 3 Model extension, working with maltyxx Origami package (see )

Requirements
------------

[](#requirements)

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

Step 1 : Installation (by Composer)
-----------------------------------

[](#step-1--installation-by-composer)

#### Option 1 : Run composer

[](#option-1--run-composer)

```
composer require gccloud/model
```

#### Option 2 : or edit /composer.json

[](#option-2--or-edit-composerjson)

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

#### And then run composer update

[](#and-then-run-composer-update)

```
composer update
```

### Step 2 : Add it to CodeIgniter

[](#step-2--add-it-to-codeigniter)

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

```
