Download the PHP package nullref/yii2-useful without Composer
On this page you can find all versions of the php package nullref/yii2-useful. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nullref/yii2-useful
More information about nullref/yii2-useful
Files in nullref/yii2-useful
Package yii2-useful
Short Description Useful things for Yii2
License MIT
Homepage https://github.com/NullRefExcep/yii2-common-behaviors
Informations about the package yii2-useful
Yii2-useful
Collection helpful classes for Yii2
Installation
Structure
Actions
-
EditAction
Action for AJAX model update.
-
MultipleDeleteAction
Allows to delete multiple models.
-
MultipleUpdateAction
Allows to update multiple models.
Behaviors
-
BinaryBehavior
Allows encode and decode model fields as integer number.
-
DateBehavior
Allows encode and decode model fields as Unix timestamp.
-
JsonBehavior
Allows encode and decode model fields as JSON.
-
RelatedBehavior
Allows to load related data for model.
-
SerializeBehavior
Allows encode and decode model fields as serialize php string.
-
TranslationBehavior
Allows to implement multilingual features.
-
CacheTagDependencyBehavior
Allows to invalidate TagDependency when modify ActiveRecord
Traits
-
GetDefinition
Allows to get defined in DI container class or default.
-
HasPassword
Allows to set and validate password for model.
-
Mappable
Allows to get map from ActiveRecord.
-
MappableQuery
Same as Mappable trait but for ActiveQuery.
-
SessionModel
Save and get object from session
Filters
-
RedirectFilter
Redirect after action by url param.
Helpers
-
Memoize
Class for calling memoized function or method.
Old version
(Will be remove from version 1.0.0)
JSONBehavior
Allows save in text field customs data structure.
ArrayBehavior
Allows save in text field array structure.
BitBehavior
Allows save in integer field bit array.
DropDownTrait
Allows get lists from ActiveRecord.
PasswordTrait
Easy work with password.
EditAction
Action for AJAX record update.
MultipleUpdateAction
Action multiple update by list of IDs.
TranslationBehavior
Allows implement translations for models