Download the PHP package windwalker/model without Composer
On this page you can find all versions of the php package windwalker/model. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download windwalker/model
More information about windwalker/model
Files in windwalker/model
Download windwalker/model
More information about windwalker/model
Files in windwalker/model
Vendor windwalker
Package model
Short Description Windwalker Model package
License LGPL-2.0+
Homepage https://github.com/ventoviro/windwalker-model
Package model
Short Description Windwalker Model package
License LGPL-2.0+
Homepage https://github.com/ventoviro/windwalker-model
Please rate this library. Is it a good library?
Informations about the package model
Windwalker Model
Windwalker Model provides an abstract interface to build your own model logic.
Installation via Composer
Add this to the require block in your composer.json
.
Create Model
Extends the AbstractModel to create your own model.
Database Model
Implements the DatabaseModelInterface
, we will able to get and set a DB object to access database.
Windwalker Model do not dependency to any Database package, you can integrate your favorite data source to get data.
Model State
Model maintains their own state that we can change this state to get different data.
Simple Way to Access State
Using get()
and set()
State ArrayAccess
All versions of model with dependencies
PHP Build Version
Package Version
The package windwalker/model contains the following files
Loading the files please wait ....