Download the PHP package zaszczyk/translatable without Composer
On this page you can find all versions of the php package zaszczyk/translatable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zaszczyk/translatable
More information about zaszczyk/translatable
Files in zaszczyk/translatable
Download zaszczyk/translatable
More information about zaszczyk/translatable
Files in zaszczyk/translatable
Vendor zaszczyk
Package translatable
Short Description Manage translatable fields with Phalcon models. Forked from https://github.com/ovide/translatable
License
Package translatable
Short Description Manage translatable fields with Phalcon models. Forked from https://github.com/ovide/translatable
License
Please rate this library. Is it a good library?
Informations about the package translatable
translatable
Manage translatable fields with Phalcon models
Example
You have a database table MyModel
with columns id
, value
, timestamp
and description
;
but description
must be a translatable field.
You can add aTranslation
table as
Now you can use translatable fiels as normal properties
Adapters
You can use any addapter to store translations. By now there's a Model (SQL) and Collection (Mongo) adapter. Just implement TranslationInterface
to create your own.
All versions of translatable with dependencies
PHP Build Version
Package Version
No informations.
The package zaszczyk/translatable contains the following files
Loading the files please wait ....