Download the PHP package uzulla/cfedb2 without Composer
On this page you can find all versions of the php package uzulla/cfedb2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download uzulla/cfedb2
More information about uzulla/cfedb2
Files in uzulla/cfedb2
Download uzulla/cfedb2
More information about uzulla/cfedb2
Files in uzulla/cfedb2
Vendor uzulla
Package cfedb2
Short Description eccentric and risky, outdated ORM for PHP.
License MIT
Homepage http://github.com/uzulla/CFEDb2
Package cfedb2
Short Description eccentric and risky, outdated ORM for PHP.
License MIT
Homepage http://github.com/uzulla/CFEDb2
Please rate this library. Is it a good library?
Informations about the package cfedb2
CFEDb2
オレオレO/Rマッパー
REQUIRE
- PDO
- mysql or sqlite3
- PHP>=5.3.x
オレオレライブラリです
ながれるようにチェーンでSqlをBuildするとか、Joinがすばらしくできるとか、そういうものはありません。 設計の自由度もありません。 昔ActiveRecordをつかって、ちゃっちゃっとモデルを作るのが楽だなーって思い、当時の理解で(パラダイムの変遷を理解せず)書いてます。 しかし、ARはfind()とかjoin()とかつなぐのかったるい、いいからSQLで書かせろって思ったので、SQLBuilder系は作っていません。
- まずSQLをかいたほうがハヤイと思っている
- 出てくるのがハッシュだとちょっと不便
- DBにインサートする前にオブジェクトを作りたい
- FatだろうがなんだろうがRowオブジェクト最高
という変わった人なら本ライブラリも良いかもしれません。
SYNOPSIS
テストコードを見てください(しかし、全部が羅列されているわけではありません)
インストール
DLして適当に配置する、または、Composerで
モデルクラス例
DB接続情報設定
All versions of cfedb2 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package uzulla/cfedb2 contains the following files
Loading the files please wait ....