project c5orm
Concrete5 ORM package.
fudyartanto/c5orm
Concrete5 ORM package.
- Tuesday, December 5, 2017
- by fudyartanto
- Repository
- 1 Watchers
- 3 Stars
- 29 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 5 Versions
- 0 % Grown
Concrete5 ORM
C5orm is an object-relational mapping (ORM) for concrete5 cms. C5orm is inspired by eloquent, so most of c5orm syntax is pretty similar with eloquent syntax., (*1)
Usage Instructions
composer require "fudyartanto/c5orm"
, (*2)
use Fudyartanto\C5orm\Model;
class MyTable extends Model
{
/**
* The table associated with the model.
*
* @var string
*/
protected static $table = 'MyTableName';
}
// Retrieve a model by its primary key
$mytable = MyTable::find(1)
Documentation
The documentation is included in this repo in the root directory, and publicly available at https://fudyartanto.github.io/c5orm/. The documentation may also be run locally., (*3)
dev-master
9999999-dev
Concrete5 ORM package.
Sources
Download
MIT
The Requires
The Development Requires
by
Arfan Fudyartanto
orm
1.0.2
1.0.2.0
Concrete5 ORM package.
Sources
Download
MIT
The Requires
The Development Requires
by
Arfan Fudyartanto
orm
1.0.1
1.0.1.0
Concrete5 ORM package.
Sources
Download
MIT
The Requires
The Development Requires
by
Arfan Fudyartanto
orm
1.0
1.0.0.0
Concrete5 ORM package.
Sources
Download
MIT
The Requires
The Development Requires
by
Arfan Fudyartanto
orm
0.0.1
0.0.1.0
Concrete5 ORM package.
Sources
Download
MIT
The Requires
The Development Requires
by
Arfan Fudyartanto
orm