-
Notifications
You must be signed in to change notification settings - Fork 7.6k
GasORM
Category:Libraries | Category:Libraries::Community | Category:Library::Database A lighweight and easy-to-use ORM for CodeIgniter. Gas was built specifically for CodeIgniter app. It uses standard CI DB packages, also take anvantages of its validator class. Gas provide methods that will map your database table and its relation, into accesible object. [h4]For download or recent update, look at [url=http://goo.gl/T5gmI]GasORM @ GitHub[/url]. This library also [url=http://getsparks.org/packages/Gas-ORM/versions/HEAD/show]available at Sparks[/url]. For guide and example go to [url=http://gasorm-doc.taufanaditya.com/]Home of Gas ORM[/url].[/h4]
[h3]Requirements[/h3]
- PHP v.5.2.x
- CodeIgniter v.2.x.x
[h3]Features[/h3]
- Supported databases : cubrid, mssql, mysql, oci8, odbc, postgre, sqlite, sqlsrv.
- Support multiple database connection.
- Support modular models directories.
- Multiple relationship (has_one, has_many, belongs_to, has_and_belongs_to) with custom relationship setting (through, foreign_key, foreign_table, self)
- Self-referential and adjacency column/data (hierarchical data).
- Various finder method (can chained with most of CI AR syntax) and aggregates.
- Validation and auto-mapping input collection, with minimal setup.
- Hooks points, to control over your model.
- Extensions, to share your common function/library across your model instances.
- Transaction, cache, and other CI AR goodness.
[h3]Planned Features[/h3]
- Auto-create and auto-synchronize tables (utilize Migration).
- Support for tree traversal data.
- More useful features, but keep both size and performance for a good use.
[b]NOTE : latest version is v.1.3.3 (also compatible with the latest CI 2.1.0), if you using bellow v.1.3.0, please update at least to 1.3.0.[/b]
[i]Cheers.[/i] Taufan Aditya A.K.A [b]Toopay[/b]
Category:Libraries::Database Category:Contributions::Libraries::Database Category:Models